detect new system to register default admin

This commit is contained in:
SowinskiBraeden committed 2022-05-21 14:52:47 -07:00
1 parent 20e9ae19f3
commit 17dd4e9561
6 files changed
+66 -5

No files matched your search

+3 -3
View File
@@ -1,6 +1,6 @@
mongoURI=mongodb://localhost:27017
dbo=school
secret=
secret=<your 256 bit secret>
PORT=8000
SYSTEM_EMAIL=
SYSTEM_PASSWORD=
SYSTEM_EMAIL=<your system email>
SYSTEM_PASSWORD=<your system password>