mirror of
https://github.com/linuxserver/heimdalljs.git
synced 2026-02-20 05:12:24 +08:00
fixed deprecation notice
This commit is contained in:
parent
074629028d
commit
e993262754
@ -6,7 +6,7 @@
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "sqlite",
|
||||
"storage": "dev.db",
|
||||
"operatorsAliases": false
|
||||
"operatorsAliases": 0
|
||||
},
|
||||
"test": {
|
||||
"username": "root",
|
||||
@ -15,7 +15,7 @@
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "sqlite",
|
||||
"storage": "test.db",
|
||||
"operatorsAliases": false
|
||||
"operatorsAliases": 0
|
||||
},
|
||||
"production": {
|
||||
"username": "root",
|
||||
@ -23,6 +23,6 @@
|
||||
"database": "database_production",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false
|
||||
"operatorsAliases": 0
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user