Skip to content

Commit

Permalink
chore(be): .env file names
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Nov 14, 2024
1 parent 05de903 commit 399ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/config/config-module.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import type { ConfigModuleOptions } from "@nestjs/config";
import { envSchema } from "src/schema/env.schema";

export const configModuleConfig: ConfigModuleOptions = {
envFilePath: ".env.local",
envFilePath: [".env.local", ".env"],
validate: envSchema.parse,
};

0 comments on commit 399ea1d

Please sign in to comment.