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"
|
||||
},
|
||||
"production": {
|
||||
"username": "root",
|
||||
"password": null,
|
||||
"database": "database_production",
|
||||
"username": "cfanimes",
|
||||
"password": "bdGGcaAoEeDgDkwG",
|
||||
"database": "cfanimes",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue