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" "dialect": "mysql"
}, },
"production": { "production": {
"username": "root", "username": "cfanimes",
"password": null, "password": "bdGGcaAoEeDgDkwG",
"database": "database_production", "database": "cfanimes",
"host": "127.0.0.1", "host": "127.0.0.1",
"dialect": "mysql" "dialect": "mysql"
} }