Skip to content

Commit

Permalink
Add connection variables to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nebirhos committed Jul 23, 2016
1 parent a52c039 commit f3144e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
POSTGRES_DATABASE_USER="postgres"
POSTGRES_DATABASE_PASSWORD=""
POSTGRES_DATABASE_NAME="farnsworth"
POSTGRES_MASTER_CONNECTIONS=2
POSTGRES_MASTER_SERVICE_HOST="localhost"
POSTGRES_MASTER_SERVICE_PORT=5432
# POSTGRES_USE_SLAVES=true
# POSTGRES_SLAVE_CONNECTIONS=2
# POSTGRES_SLAVE_SERVICE_HOST="localhost"
# POSTGRES_SLAVE_SERVICE_PORT=5432

0 comments on commit f3144e5

Please sign in to comment.