Compare commits

...

1 Commits

Author SHA1 Message Date
Ali BARIN
dcc62c3233 chore: expose license key 2023-09-29 15:27:01 +03:00

View File

@@ -131,6 +131,8 @@ const appConfig: AppConfig = {
sentryDsn: process.env.SENTRY_DSN,
};
console.log('license', appConfig.licenseKey);
if (!appConfig.encryptionKey) {
throw new Error('ENCRYPTION_KEY environment variable needs to be set!');
}