chore: expose license key

This commit is contained in:
Ali BARIN
2023-09-29 15:27:01 +03:00
parent e43c083d50
commit dcc62c3233

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!');
}