Commit 0f5fd8c0 authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:mycard/console

parents 508b7789 67083924
Pipeline #4884 passed with stages
in 4 minutes and 14 seconds
......@@ -39,6 +39,7 @@ const configModule = ConfigModule.forRoot();
username: config.get('DB_USER'),
password: config.get('DB_PASS'),
database: config.get('DB_NAME'),
logging: true,
};
},
}),
......
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