github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/config/templates/postgres.database.yml.tmpl (about) 1 development: 2 dialect: postgres 3 url: {{"{{"}} envOr "DATABASE_URL" "postgres://postgres:postgres@127.0.0.1:5432/{{.}}_development?sslmode=disable" {{"}}"}} 4 5 test: 6 dialect: postgres 7 url: {{"{{"}} envOr "DATABASE_URL" "postgres://postgres:postgres@127.0.0.1:5432/{{.}}_test?sslmode=disable" {{"}}"}} 8 9 production: 10 pool: 20 11 dialect: postgres 12 url: {{"{{"}} envOr "DATABASE_URL" "postgres://postgres:postgres@127.0.0.1:5432/{{.}}_production?sslmode=disable" {{"}}"}}