Skip to content

Commit c5bf862

Browse files
committed
update env path
1 parent 626c931 commit c5bf862

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/env.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { config } from "dotenv";
22
import { cleanEnv, port, str, url } from "envalid";
33

4-
config();
4+
config({
5+
path: ".env.local"
6+
});
57

68
export const env = cleanEnv(process.env, {
79
POSTGRES_USER: str(),

0 commit comments

Comments
 (0)