Change the username and password for the development DB

This commit is contained in:
gregoirenovel 2017-04-04 13:33:43 +02:00
parent beea66ad30
commit e120e58b07
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ Les informations nécessaire à l'initialisation de la base doivent être pré-c
su - postgres
psql
> create user tps with password 'lol' superuser;
> create user tps_development with password 'tps_development' superuser;
> create user tps_test with password 'tps_test' superuser;
> \q

View file

@ -4,8 +4,8 @@ development:
database: tps_development
host: localhost
pool: 5
username: tps
password: lol
username: tps_development
password: tps_development
test: