clean config

This commit is contained in:
Ulf Gebhardt 2023-01-28 04:43:05 +01:00
parent 7d062d1cc4
commit c713065698
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,14 +1,6 @@
// ATTENTION: DO NOT PUT ANY SECRETS IN HERE (or the .env) // ATTENTION: DO NOT PUT ANY SECRETS IN HERE (or the .env)
import dotenv from 'dotenv' import dotenv from 'dotenv'
dotenv.config() dotenv.config()
/*
import Decimal from 'decimal.js-light'
Decimal.set({
precision: 25,
rounding: Decimal.ROUND_HALF_UP,
})
*/
const constants = { const constants = {
DB_VERSION: '0059-add_hide_amount_to_users', DB_VERSION: '0059-add_hide_amount_to_users',