forked from usegalaxy-au/galaxy-media-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
46 lines (35 loc) · 1.18 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
# A secret key to encrypt sensitive content - alphanumeric string
DJANGO_SECRET_KEY="secret"
# Your site's hostname. Do not include slashes or schema.
HOSTNAME=localhost:8000
# For sharing cookies with root domain
CSRF_COOKIE_DOMAIN=.mysite.com
# Postgres database credentials
DB_NAME=webapp
DB_USER=webapp
DB_PASSWORD="secret"
# Credentials for your SMTP mail server
MAIL_USE_TLS=true
MAIL_SMTP_PORT=25
MAIL_HOSTNAME=mail.mysite.com
MAIL_SMTP_USERNAME=admin
MAIL_SMTP_PASSWORD=secret
EMAIL_SUBJECT_PREFIX="GMS: "
RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
# For error alerts
SLACK_API_KEY=xoxb-XXXXX
SLACK_CHANNEL_ID=XXXXXXXXX
SLACK_MENTION_USER_ID=UXXXXXXXXX
# For tool update notifications (comma separated):
SLACK_API_URLS=https://hooks.slack.com/services/<XXXXX>/<XXXXX>/<XXXXX>
# For linking to Galaxy server:
GALAXY_URL=
# Admin API access (optional)
GALAXY_API_KEY=
#MOCK_GALAXY_INTERACTIONS=true # Uncomment to mock Galaxy interactions
# For making API requests to github (reduces rate limit from 60/day to 5000/day)
GITHUB_API_TOKEN=