We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a649c97 commit dfd6f9dCopy full SHA for dfd6f9d
.env
@@ -11,14 +11,14 @@ PORT='3000'
11
JWT_SECRET='shhhh super secret code here bro'
12
13
# Root URL for this app
14
-ROOT_URL='http://kjscehack.eu-4.evennode.com/'
+ROOT_URL='register.kjscecodecell.com'
15
16
# Credentials for the admin user created at app initialization
17
ADMIN_EMAIL='admin@example.com'
18
ADMIN_PASS='party'
19
20
# Used to send verification, registration, and confirmation emails
21
-EMAIL_CONTACT='Hackathon Team <team@example.com>'
+EMAIL_CONTACT='Hackathon Team <team@example.com>'g
22
EMAIL_HOST='smtp.gmail.com'
23
EMAIL_USER='kjsce.hack@gmail.com'
24
EMAIL_PASS='@KJSCEcodecell'
0 commit comments