Skip to content

Commit d0566bf

Browse files
authored
chore: improvements
1 parent 82c224d commit d0566bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { validateSchemaEnv } from './helpers/validation-schema-env';
1111
imports: [
1212
ConfigModule.forRoot({
1313
isGlobal: true,
14-
envFilePath: ['.env', '.env.dev', '.env.stage', '.env.prod'],
14+
envFilePath: ['.env', '.env.development', '.env.staging', '.env.production'],
1515
validate: validateSchemaEnv,
1616
}),
1717
TypeOrmModule.forRootAsync({

0 commit comments

Comments
 (0)