fix debian scripts to match current parameters

This commit is contained in:
Ruslan Talpa
2015-11-04 16:23:02 +02:00
parent 28b7b80bbb
commit 37b1d7d692
2 changed files with 52 additions and 22 deletions
+14 -5
View File
@@ -7,17 +7,26 @@
# database host
#POSTGREST_DBHOST=localhost
# database host
#POSTGREST_DBPORT=5432
# database to use
#POSTGREST_DBNAME=
#POSTGREST_DBNAME=app
# database user
#POSTGREST_DBUSER=postgres
#POSTGREST_DBUSER=authenticator
# database password
#POSTGREST_DBPASS=
# database pool
#POSTGREST_DBPOOL=10
#POSTGREST_POOL=10
# additional options
#POSTGREST_OPTS=
# jwt secret
#POSTGREST_JWT_SECRET=secret
# default schema
#POSTGREST_SCHEMA=public
# secure (use 1 to enable, empty string to disable)
#POSTGREST_SECURE=