-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
39 lines (32 loc) · 1.16 KB
/
.env.sample
File metadata and controls
39 lines (32 loc) · 1.16 KB
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
MAILGUN_USERNAME='postmaster@sandbox67c118365e564798a8864434e4b2a3cb.mailgun.org'
MAILGUN_PASSWORD='ed49d942fd9e6c11208ee3aacb29df9d'
DB_HOST='localhost'
DB_USER='root'
DB_PASSWORD=''
DB_NAME='apidb'
TOKEN_SECRET='12496266b90684389180b43cd5869ada955064fc17c27801c9ce67b3eee3f204'
CORS_ORIGIN=http://localhost:3001,http://localhost:3000
DATABASE_URL=postgres://postgres@db:5432/dev
DATABASE_DEBUG=false
REDIS_URL=redis://redis:6379/0
SESSION_SECRET=rZjwhFtzFsd1r87W6AZw45Sn
FACEBOOK_ID=xxxxxx
FACEBOOK_SECRET=xxxxxx
GOOGLE_ID=xxxx.apps.googleusercontent.com
GOOGLE_SECRET=xxxx
TWITTER_KEY=xxxxx
TWITTER_SECRET=xxxxx
GITHUB_CLIENT_ID=xxxxx
GITHUB_CLIENT_SECRET=xxxxxxxxxxxxxxxx
ADMIN_USERNAME=james9074
# LDAP Options (Ignore if you don't want LDAP as an auth option)
LDAP_URL=ldap://site.com:389
LDAP_SEARCH_BASE=CN=Users,DC=site,DC=com
LDAP_SEARCH_FILTER=(sAMAccountName={{username}})
LDAP_BIND_PW=some-pw
LDAP_BIND_DN=CN=Service Account,CN=Users,DC=site,DC=com
LDAP_ADMIN_GROUP=CN=Administrators,CN=Users,DC=site,DC=com
# Important for developing the API inside of docker (the file watcher won't work without it)
CHOKIDAR_USEPOLLING=true
# UI Only
ANALYTICS_TRACKING_ID=UA-0000000-0