initial commit

This commit is contained in:
SowinskiBraeden committed 2025-05-05 10:17:17 -07:00
commit da746fc04f
15 files changed
+401

No files matched your search

+6
View File
@@ -0,0 +1,6 @@
MONGODB_HOST=YourMongoDBClusterHere
MONGODB_USER=YourUsernameHere
MONGODB_PASSWORD=YourPasswordHere
MONGODB_DATABASE=YourMongoDBDatabaseHere
MONGODB_SESSION_SECRET=Some_Session_Key_Here1
NODE_SESSION_SECRET=Some_Session_Key_Here2