Commit 2a07440e authored by nanahira's avatar nanahira

fix big numbers

parent 813ffda1
Pipeline #5764 passed with stages
in 22 minutes and 59 seconds
......@@ -24,6 +24,8 @@ const configModule = ConfigModule.forRoot();
username: config.get('DB_USER'),
password: config.get('DB_PASS'),
database: config.get('DB_NAME'),
supportBigNumbers: true,
bigNumberStrings: false,
//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