Skip to content

Commit

Permalink
Merge pull request #115 from Trycatch-tv/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
judlup authored Jun 4, 2024
2 parents 261a402 + b28020b commit 3d809b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/environment-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface EnvironmentConfig {
DATABASE_USER: string;
DATABASE_PASSWORD: string;
DATABASE_NAME: string;
NODE_ENV: 'dev' | 'prod';
NODE_ENV: 'dev' | 'production';
FILE_SERVICE_URL: string;
REVIEW_SERVICE_URL: string;
BOOTCAMP_SERVICE_URL: string;
Expand Down

0 comments on commit 3d809b1

Please sign in to comment.