Merge pull request #63 from sgmap/dev-env

Dev env
This commit is contained in:
gregoirenovel 2017-04-10 17:55:29 +02:00 committed by GitHub
commit b308aeb9d0
2 changed files with 3 additions and 4 deletions

View file

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

View file

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