Skip to content

Commit

Permalink
fix: homol environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Feb 15, 2024
1 parent 599eb52 commit b5b0173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ import {
} from 'class-validator';

export enum Environment {
Development = 'development',
Production = 'production',
Homologation = 'homologation',
Development = 'development',
Local = 'local',
Test = 'test',
}
Expand Down

0 comments on commit b5b0173

Please sign in to comment.