Update default config

This commit is contained in:
Alice Gaudon 2020-07-06 11:08:31 +02:00
parent 6ea4f57b72
commit 2c649d2030
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ export default Object.assign(require("wms-core/config/default").default, {
host: "localhost", host: "localhost",
user: "root", user: "root",
password: "", password: "",
database: "wms2", database: "example_app",
create_database_automatically: false create_database_automatically: false
}, },
redis: { redis: {
host: "127.0.0.1", host: "127.0.0.1",
port: 6379, port: 6379,
prefix: 'wms' prefix: 'example_app'
}, },
session: { session: {
secret: "very_secret_not_known", secret: "very_secret_not_known",