Commit 19e401f6 authored by nanahira's avatar nanahira

fix big numbers

parent d3d950a2
Pipeline #5765 passed with stages
in 3 minutes and 53 seconds
......@@ -44,6 +44,8 @@ const configModule = ConfigModule.forRoot();
password: config.get('DB_PASS'),
database: config.get('DB_NAME'),
logging: !!config.get('DB_LOGGING'),
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