Set produciton env

This commit is contained in:
dbroqua 2018-09-10 10:14:56 +02:00
parent ddce225376
commit 4b9bed8926

View File

@ -14,9 +14,9 @@
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"username": "cfanimes",
"password": "bdGGcaAoEeDgDkwG",
"database": "cfanimes",
"host": "127.0.0.1",
"dialect": "mysql"
}