mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
remove unneccesary env load
This commit is contained in:
@@ -14,9 +14,6 @@ import { MONGODB_URI, SESSION_SECRET } from "./util/secrets";
|
||||
|
||||
const MongoStore = mongo(session);
|
||||
|
||||
// Load environment variables from .env file, where API keys and passwords are configured
|
||||
dotenv.config({ path: ".env.example" });
|
||||
|
||||
// Controllers (route handlers)
|
||||
import * as homeController from "./controllers/home";
|
||||
import * as userController from "./controllers/user";
|
||||
|
||||
Reference in New Issue
Block a user