🔥 Remove config values

master
KaKi87 2022-12-28 18:21:23 +01:00
parent e118d4d38b
commit 00bdbb6b2b
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ export const
* Sentry DSN
* @type {string}
*/
sentryDsn = 'https://fa582994e64a4b0ba33591cf5bfbbc9c@sentry.kaki87.net/6',
sentryDsn = undefined,
/**
* HTTP port
* @type {number}
*/
port = 3071;
port = undefined;