Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann committed May 9, 2024
1 parent 935c034 commit 8effe00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/core/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const required_env: Array<string> = [
"FRONTEND_URI",
"SESSION_COOKIE_NAME",
"VATSIM_API_BASE",
"VATEUD_API_BASE",
"VATEUD_API_KEY",
"VATGER_API_BASE",
"MOODLE_API_BASE",
"CONNECT_BASE",
Expand Down Expand Up @@ -76,7 +78,7 @@ export const Config = {
},

VATEUD_CORE_CONFIG: {
API_KEY: process.env.VATEUD_CORE_API_KEY,
API_KEY: process.env.VATEUD_API_KEY,
},

CONNECT_CONFIG: {
Expand Down

0 comments on commit 8effe00

Please sign in to comment.