Browse Source

conf

master
nemesis 6 years ago
parent
commit
4825759988
  1. 4
      config/pg_database.yml

4
config/pg_database.yml

@ -4,7 +4,7 @@ development:
database: ito_dev
pool: 5
username: ito_dev
password: ito_dev@42
password:
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
@ -27,5 +27,5 @@ production:
database: ito
pool: 5
username: ito
password: ito@42
password:

Loading…
Cancel
Save