Commit 183a4730 authored by nanahira's avatar nanahira

fix

parent 9c64c2fa
Pipeline #4933 passed with stages
in 7 minutes and 16 seconds
......@@ -39,7 +39,7 @@ const configModule = ConfigModule.forRoot();
username: config.get('DB_USER'),
password: config.get('DB_PASS'),
database: config.get('DB_NAME'),
logging: !config.get('DB_LOGGING'),
logging: !!config.get('DB_LOGGING'),
};
},
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment