Set produciton env
This commit is contained in:
parent
ddce225376
commit
4b9bed8926
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue