forked from VandyHacks/vaken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
46 lines (37 loc) · 1.19 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# path to serve static assets from
ASSET_PATH='/'
# url to connect to mongo
MONGODB_BASE_URL=localhost:27017
# server port
PORT=8080
# for encrypting server sessions
SESSION_SECRET=test
# Google OAuth config
GOOGLE_CALLBACK_URL="/api/auth/google/callback"
GOOGLE_CLIENT_ID=test
GOOGLE_CLIENT_SECRET=test
# Github OAuth config
GITHUB_CALLBACK_URL="/api/auth/github/callback"
GITHUB_CLIENT_ID=test
GITHUB_CLIENT_SECRET=test
BUCKET_NAME=foo
GCP_STORAGE_SERVICE_ACCOUNT='{ \
"type": "service_account", \
"project_id": "foo", \
"private_key_id": "aprivatekey", \
"private_key": "anotherprivatekey", \
"client_email": "aserviceaccountemail@example.com", \
"client_id": "aclientid", \
"auth_uri": "https://accounts.google.com/o/oauth2/auth", \
"token_uri": "https://oauth2.googleapis.com/token", \
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", \
"client_x509_cert_url": "acerturl" \
}'
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
# Microsoft OAuth config
MSFT_CLIENT_ID=test
MSFT_CLIENT_SECRET=test
MSFT_REDIRECT_URL="http://localhost:8081/api/auth/microsoft/callback"
CALENDARID=foo