17 lines
236 B
Plaintext
Executable File
17 lines
236 B
Plaintext
Executable File
default: &default
|
|
adapter: postgresql
|
|
host: localhost
|
|
pool: 5
|
|
timeout: 5000
|
|
encoding: unicode
|
|
username: nlh
|
|
password: 7812co2Y
|
|
port: 5432
|
|
|
|
development:
|
|
<<: *default
|
|
database: sxdemo
|
|
production:
|
|
<<: *default
|
|
database: paymal
|