Skip to content

Commit

Permalink
fix: env names
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Jan 29, 2025
1 parent 9caaa3f commit 609e581
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions src/app.constants.ts
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
export const envKeys = [
'IMAGE_GEN_API_BASE_URL',
'CLASH_OF_CLANS_API_BASE_URL',
'CLASH_OF_CLANS_API_KEYS',

'DISCORD_LINK_PASSWORD',
'DISCORD_LINK_USERNAME',

'ES_CA_CRT',
'ES_HOST',
'ES_PASSWORD',

'GOOGLE_MAPS_API_KEY',
'GOOGLE_TRANSLATION_API_KEY',
'GOOGLE_CLIENT_ID',
'GOOGLE_CLIENT_SECRET',
'GOOGLE_REFRESH_TOKEN',

'JWT_DECODE_SECRET',
'JWT_SECRET',
'MIXPANEL_TOKEN',
'MONGODB_URL',

'OWNER',
'PATREON_API',
'PATREON_API_KEY',

'REDIS_URL',
'SENTRY_DSN',
'CUSTOM_BOT_SERVICE',
'CUSTOM_BOT_SERVICE_TOKEN',

'DOCKER_SERVICE_API_BASE_URL',
'DOCKER_SERVICE_API_KEY',

'MIXPANEL_TOKEN',
'POSTHOG_API_KEY',
'POSTHOG_PERSONAL_API_KEY',
'GOOGLE_TRANSLATION_API_KEY',

'INTERNAL_API_BASE_URL',
'INTERNAL_API_KEY',

'IMAGE_GEN_API_BASE_URL',

'MONGODB_URL',
'GLOBAL_MONGODB_URL',
];

Expand Down

0 comments on commit 609e581

Please sign in to comment.