forked from VallariAg/teuthology-api
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.dev
More file actions
21 lines (18 loc) · 719 Bytes
/
.env.dev
File metadata and controls
21 lines (18 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DEPLOYMENT=development
PADDLES_URL=http://localhost:8080
PULPITO_URL=http://localhost:8081
# Github Related Stuff
GH_CLIENT_ID=
GH_CLIENT_SECRET=
GH_AUTHORIZATION_BASE_URL='https://github.com/login/oauth/authorize'
GH_TOKEN_URL='https://github.com/login/oauth/access_token'
GH_FETCH_MEMBERSHIP_URL='https://api.github.com/user/memberships/orgs/ceph'
GH_ORG_TEAM_URL='https://api.github.com/orgs/ceph/teams'
ADMIN_TEAM='Ceph'
#Session Related Stuff
## SESSION_SECRET_KEY is used to encrypt session data
## and it's prod value should be kept secret.
SESSION_SECRET_KEY=my-secret-key
# Path where all logs for teuthology-suite or teuthology-kill would be collected
ARCHIVE_DIR=/archive_dir/
TEUTHOLOGY_PATH=/teuthology