Commit f00ece0a authored by nanahira's avatar nanahira

big numbers fix

parent fde9909e
Pipeline #5768 passed with stages
in 1 minute and 24 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,
};
},
}),
......
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