Commit 3816f8f0 authored by nanahira's avatar nanahira

Update src/app.module.ts

parent 6303c925
Pipeline #38206 passed with stages
in 4 minutes and 51 seconds
...@@ -45,7 +45,7 @@ import { HttpModule } from '@nestjs/axios'; ...@@ -45,7 +45,7 @@ import { HttpModule } from '@nestjs/axios';
database: config.get('DB_NAME'), database: config.get('DB_NAME'),
supportBigNumbers: true, supportBigNumbers: true,
bigNumberStrings: false, bigNumberStrings: false,
// logging: true, logging: !!config.get('LOGGING'),
}), }),
}), }),
TypeOrmModule.forFeature([Tournament, Match, Participant, ApiKey]), TypeOrmModule.forFeature([Tournament, Match, Participant, ApiKey]),
......
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