Skip to content

Commit

Permalink
trigger new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasile-ch committed Mar 5, 2025
1 parent a260551 commit 57ffffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const MONGO_COLLECTION_PROJECTS = getEnvironmentValue("MONGO_COLLECTION_P
// AWS configuration
export const AWS_PROFILE = getEnvironmentValue("AWS_PROFILE","dev");
export const REGION = getEnvironmentValue("AWS_REGION","eu-west-2");
export const ENVIRONMENT = getEnvironmentValue("ENV","cidev");
export const ENVIRONMENT = getEnvironmentValue("ENV","cidev");

0 comments on commit 57ffffc

Please sign in to comment.