github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/build/_fixtures/coke/config/database.yml (about)

     1  development:
     2    dialect: postgres
     3    database: coke_development
     4    user: postgres
     5    password: postgres
     6    host: 127.0.0.1
     7    pool: 5
     8  
     9  test:
    10    url: {{envOr "TEST_DATABASE_URL" "postgres://postgres:postgres@127.0.0.1:5432/coke_test?sslmode=disable"}}
    11  
    12  production:
    13    url: {{envOr "DATABASE_URL" "postgres://postgres:postgres@127.0.0.1:5432/coke_production?sslmode=disable"}}