export default { log_level: "DEV", db_log_level: "ERROR", public_url: "http://localhost:4899", public_websocket_url: "ws://localhost:4899", port: 4899, mysql: { connectionLimit: 10, host: "localhost", user: "root", password: "", database: "wms2", create_database_automatically: false }, redis: { host: "127.0.0.1", port: 6379 }, session: { secret: "very_secret_not_known", cookie: { secure: false } }, mail: { host: "127.0.0.1", port: "1025", secure: false, username: "", password: "", allow_invalid_tls: true }, view: { cache: false } };