Skip to content

Commit

Permalink
test commit (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens authored Jul 24, 2024
1 parent 4f5f077 commit 99b20c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class Plone extends Construct {
failureThreshold: 3,
};

// Environment
// Environment for RAZZLE
var frontendEnvironment = frontend.environment ?? new kplus.Env([], {});
if (frontendEnvironment.variables.RAZZLE_INTERNAL_API_PATH === undefined) {
frontendEnvironment?.addVariable('RAZZLE_INTERNAL_API_PATH', kplus.EnvValue.fromValue(`http://${backendService.name}:80`));
Expand Down

0 comments on commit 99b20c5

Please sign in to comment.