Update default config
This commit is contained in:
parent
6ea4f57b72
commit
2c649d2030
@ -14,13 +14,13 @@ export default Object.assign(require("wms-core/config/default").default, {
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
password: "",
|
||||
database: "wms2",
|
||||
database: "example_app",
|
||||
create_database_automatically: false
|
||||
},
|
||||
redis: {
|
||||
host: "127.0.0.1",
|
||||
port: 6379,
|
||||
prefix: 'wms'
|
||||
prefix: 'example_app'
|
||||
},
|
||||
session: {
|
||||
secret: "very_secret_not_known",
|
||||
|
Loading…
Reference in New Issue
Block a user