-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample.env
More file actions
22 lines (16 loc) · 686 Bytes
/
sample.env
File metadata and controls
22 lines (16 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AWS Lambda URL
VUE_APP_SERVER_URL=https://1nboums7ji.execute-api.us-west-1.amazonaws.com
# URL if running lambda locally
VUE_APP_SERVER_URL_LOCAL=http://localhost:3000/lambda
# Nano Node Websocket URL
VUE_APP_WS_SERVER=wss://ws.powernode.cc
# Google Recaptcha V3 Site Key
VUE_APP_RECAPTCHA_SITE_KEY=6LcKfWkaAAAAAFl5OYv8fgNK_9KbWRAvdSk1ErrX
# Whether we should show the site status banner at the top of the page
VUE_APP_SHOW_STATUS=false
# Set site status (e.g. success, warning)
VUE_APP_STATUS=success
# Gotta set these
VUE_APP_EMAILJS_SERVICE_KEY=VALID_EMAILJS_SERVICE_KEY
VUE_APP_EMAILJS_TEMPLATE_KEY=VALID_EMAILJS_TEMPLATE_KEY
VUE_APP_EMAILJS_USER_KEY=VALID_EMAILJS_USER_KEY