🔥 Remove config values
parent
e118d4d38b
commit
00bdbb6b2b
|
@ -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;
|
Loading…
Reference in New Issue