21 lines
280 B
Plaintext
21 lines
280 B
Plaintext
Default: &defaults
|
|
user: ~project~
|
|
password: ~project~
|
|
host: localhost
|
|
port: 5432
|
|
database: ~project~
|
|
|
|
Development:
|
|
<<: *defaults
|
|
|
|
Test:
|
|
database: ~project~_test
|
|
<<: *defaults
|
|
|
|
Staging:
|
|
<<: *defaults
|
|
|
|
Production:
|
|
database: ~project~_production
|
|
<<: *defaults
|