There was an error while loading. Please reload this page.
1 parent d21a0df commit 9e1997cCopy full SHA for 9e1997c
2 files changed
.env.example
@@ -0,0 +1,19 @@
1
+MONGO_USERNAME=admin
2
+MONGO_PASSWORD=password
3
+MONGO_DBNAME=blockly
4
+PORT=8080
5
+
6
+APP_ORIGIN=http://localhost:3000
7
8
+# time in seconds
9
+SHARE_EXPIRES_IN=
10
11
+JWT_SECRET=
12
+REFRESH_TOKEN_SECRET=
13
14
15
+SMTP_HOST=
16
+SMTP_FROM=
17
+SMTP_USER=
18
+SMTP_PASS=
19
+CLIENT_URL=
.gitignore
@@ -4,4 +4,4 @@ package-lock.json
upload/*.jpeg
upload/*.jpg
upload/*.png
-
+.env
0 commit comments