fix "Try the demo app" in docs (#38)

* fix "Try the demo app" in docs

* fix "Get Started" setup in docs
This commit is contained in:
frederikhors
2020-02-23 21:32:22 +01:00
committed by GitHub
parent 51e105699e
commit 7763251fb7
7 changed files with 16 additions and 7 deletions

View File

@ -93,7 +93,7 @@ database:
port: 5432
dbname: app_development
user: postgres
password: ''
password: postgres
#schema: "public"
#pool_size: 10

View File

@ -54,7 +54,7 @@ database:
port: 5432
dbname: app_production
user: postgres
password: ''
password: postgres
#pool_size: 10
#max_retries: 0
#log_level: "debug"