Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
judlup committed Jun 4, 2024
1 parent cce7fb0 commit b28020b
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 b28020b

Please sign in to comment.