Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit f14407d

Browse files
author
Bowden Kelly
committed
remove unneccesary env load
1 parent 018200a commit f14407d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app.ts

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ import { MONGODB_URI, SESSION_SECRET } from "./util/secrets";
1414

1515
const MongoStore = mongo(session);
1616

17-
// Load environment variables from .env file, where API keys and passwords are configured
18-
dotenv.config({ path: ".env.example" });
19-
2017
// Controllers (route handlers)
2118
import * as homeController from "./controllers/home";
2219
import * as userController from "./controllers/user";

0 commit comments

Comments
 (0)