forked from delta/aor-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 832 Bytes
/
Copy path.env.example
File metadata and controls
34 lines (26 loc) · 832 Bytes
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
POSTGRES_PASSWORD=password
# change 'db' to 'localhost' if postgres is running locally
DATABASE_URL=postgres://aot:password@db/aot
PGADMIN_DEFAULT_PASSWORD=pgadminpass
# change 'redis' to 'localhost' if redis is running locally
REDIS_URL=redis:6379
COOKIE_KEY=some_long_string_with_alteast_32_chars
RECAPTCHA_SECRET=
PLIVO_AUTH_ID=
PLIVO_AUTH_TOKEN=
PLIVO_SENDER_ID=
PLIVO_CALLBACK_URL=
PRAGYAN_LOGIN_URL=
PRAGYAN_EVENT_ID=
PRAGYAN_EVENT_SECRET=
FRONTEND_URL=
SERVER_PORT=8000
PGADMIN_PORT=8080
MAX_AGE_IN_MINUTES=10080
GOOGLE_OAUTH_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=
GOOGLE_OAUTH_REDIRECT_URL=
GOOGLE_OAUTH_AUTH_URL=https://accounts.google.com/o/oauth2/v2/auth
GOOGLE_OAUTH_TOKEN_URL=https://www.googleapis.com/oauth2/v3/token
GOOGLE_OAUTH_USER_INFO_URL=https://www.googleapis.com/oauth2/v3/userinfo
BOMB_MAX_COUNT = 10