Skip to content
Discussion options

You must be logged in to vote

Our docs could be better what "a list of PG configs" means.

# Database configuration. This can also be a list of PG configs.
postgres:
  - # Database connection string.
    #
    # You can use environment variables too, for example:
    # connection_string: $DATABASE_URL
    # connection_string: ${DATABASE_URL:-postgres://postgres@localhost/db}
    connection_string: 'postgres://postgres@localhost:5432/db'
  - # Database connection string.
    #
    # You can use environment variables too, for example:
    # connection_string: $DATABASE_URL
    # connection_string: ${DATABASE_URL:-postgres://postgres@localhost/db}
    connection_string: 'postgres://postgres@localhost:5433/db'

I also noti…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zsoooc
Comment options

Answer selected by CommanderStorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants