-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env-sample
52 lines (43 loc) · 1.22 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
REACT_APP_authServer=/api/login
REACT_APP_authServerHostname=http://localhost:5000
REACT_APP_loginButtons=google,twitter,facebook,github,amazon
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:5000/api/login
authServerPort=5000
loginSuccessRedirect=http://localhost:3000/
loginFailRedirect=http://localhost:3000/login/login
# 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=
mailFrom=loginsystem@syntithenai.com
# 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=