Skip to content

Commit

Permalink
changed: environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wChrstphr committed Jan 26, 2025
1 parent 257b238 commit f0b9534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/environment/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ export const environment = {
usersAPIURL: process.env["usersAPIURL"],
adminAPIURL: process.env["adminAPIURL"],
EDUPLAY_CLIENT_KEY: process.env["EDUPLAY_CLIENT_KEY"] as string,
};

recaptcha: {
siteKey: '6LfgNMIqAAAAAOclAJh2NOqUVedKQuSRAvquJEor'
}
};

0 comments on commit f0b9534

Please sign in to comment.