Commit 9c64c2fa authored by nanahira's avatar nanahira

configurable logging

parent a3afc3fd
Pipeline #4930 passed with stages
in 2 minutes and 50 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: true,
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