forked from syntithenai/opennludata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-sample
executable file
·74 lines (59 loc) · 1.75 KB
/
.env-sample
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
REACT_APP_authServer=/api/login
REACT_APP_authServerHostname=http://localhost:4000
REACT_APP_loginButtons=google,twitter,facebook,github,amazon
# github publish - personal access token
GITHUB_API_TOKEN=
# publish URL/rest endpoint
REACT_APP_restBaseUrl=http://localhost:5000/public/api/v1/
REACT_APP_restPublicBaseUrl=http://localhost:5000/public/api/v1/
github_data_owner = syntithenai
github_data_repo = opennludata
github_data_base = master
github_data_head = master
github_data_filePath = docs/static/media/skills/
REACT_APP_githubSkillsUrl=/static/media/skills/
# jwt
jwtIssuer=thedemo
jwtAccessTokenSecret=another secret random
jwtRefreshTokenSecret=a random secret
jwtAccessTokenExpirySeconds=
jwtRefreshTokenExpirySeconds=
MONGO_ROOT_USERNAME=hermod
MONGO_ROOT_PASSWORD=hermod
sessionSalt=some random something
encryptedPasswords=FALSE
csrfCheck=TRUE
userFields=
database=loginsystem
databaseConnection=mongodb://loginsystem:loginsystem@localhost:27017/
authServer=http://localhost:4000/api/login
authServerPort=4000
loginSuccessRedirect=http://localhost:3000/
# API KEYS FROM
#https://developer.amazon.com/settings/console/securityprofile/overview.html
#https://sendgrid.com/
#https://console.developers.google.com/
#https://developer.twitter.com/
#https://developers.facebook.com/apps/
#https://github.com/settings/applications
# EMAIL
sendGridApiKey=
# LOGIN OAUTH CLIENTS
googleClientId=
googleClientSecret=
twitterConsumerKey=
twitterConsumerSecret=
facebookAppId=
facebookAppSecret=
githubClientId=
githubClientSecret=
amazonClientId=
amazonClientSecret=
# external oauth client
clientId=test
clientSecret=testpass
clientName=Test Client
clientWebsite=https://localhost
clientPrivacyPage=https://localhost/privacy
clientImage=