-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.env
58 lines (47 loc) · 1.39 KB
/
test.env
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
53
54
55
56
57
58
DJANGO_SUPERUSER_USERNAME=shane
DJANGO_SUPERUSER_PASSWORD=xxxxxx
APP_LOG_LEVEL=DEBUG
DJANGO_LOG_LEVEL=INFO
DEBUG=False
ALLOWED_HOSTS=*
CSRF_ORIGINS=
SESSION_COOKIE_AGE=1209600
SECRET_KEY=xxxxxx
STATIC_ROOT=/data/static
MEDIA_ROOT=/data/media
USE_TZ=True
LANGUAGE_CODE=en-us
TZ=UTC
DATABASE_NAME=testdb
DATABASE_USER=testdb
DATABASE_PASS=password123
DATABASE_HOST=127.0.0.1
DATABASE_PORT=3306
SENTRY_URL=
SENTRY_SAMPLE_RATE=0.1
SENTRY_DEBUG=False
SENTRY_ENVIRONMENT=dev
USE_X_FORWARDED_HOST=True
SECURE_REFERRER_POLICY=no-referrer-when-downgrade
REDIS_IGNORE_EXCEPTIONS=True
CACHE_BACKEND=django_redis.cache.RedisCache
CACHE_LOCATION=redis://127.0.0.1:6379/0
CELERY_BROKER_URL=redis://127.0.0.1:6379/1
CELERY_RESULT_BACKEND=redis://127.0.0.1:6379/1
EMAIL_HOST_PASSWORD=xxxxxx
EMAIL_HOST=mail.cssnr.com
EMAIL_USE_TLS=True
EMAIL_PORT=587
GOOGLE_SITE_PUBLIC=xxxxxx
GOOGLE_SITE_SECRET=xxxxxx
OAUTH_CLIENT_ID=1098123006439596053
OAUTH_CLIENT_SECRET=xxxxxx
OAUTH_REDIRECT_URL=https://example.com/oauth/callback/
SITE_URL=https://example.com
SUPER_USERS=111150265075298304,111148726659092480,111148006983614464,111246998455214080,111262351168122880
DISCORD_WEBHOOK=https://discord.com/api/webhooks/1143463238030331945/xxxxxx
DISCORD_INVITE=https://discord.gg/wXy6m2X8wY