-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathenv-sample
More file actions
72 lines (52 loc) · 1.55 KB
/
env-sample
File metadata and controls
72 lines (52 loc) · 1.55 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
DEBUG=True
SECRET_KEY=Change for a secret here
ALLOWED_HOSTS=localhost, 127.0.0.1
SENTRY_DSN=
DATABASE_URL=postgres://postgres:postgres@localhost/postgres
# Password for newly created users
DEFAULT_USER_CREATION_PASSWORD=mudar-senha
# Pagarme credentials
PAGARME_API_KEY=ak_test_6yd4kbaJrWzdn61m4De5yzn7jZuTt9
PAGARME_CRYPTO_KEY=
# Memberkit integation
MEMBERKIT_API_KEY=
MEMBERKIT_ON=False
# Amazon S3 configuration
DJANGO_AWS_ACCESS_KEY_ID=
DJANGO_AWS_SECRET_ACCESS_KEY=
DJANGO_AWS_STORAGE_BUCKET_NAME=
# Email Configuration
EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend
EMAIL_HOST=localhost
EMAIL_PORT=25
EMAIL_USE_TLS=False
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
# Discourse config
DISCOURSE_BASE_URL=
DISCOURSE_SSO_SECRET=
DISCOURSE_API_KEY=
DISCOURSE_API_USER=
# Active Campaign Config
ACTIVE_CAMPAIGN_URL=
ACTIVE_CAMPAIGN_KEY=
# Make it False on dev to avoiding sending data to ActiveCampaign
ACTIVE_CAMPAIGN_TURNED_ON=false
# Google Tag Manager Config
GOOGLE_TAG_MANAGER_ID=GTM-ABC1234
#CELERY_CONFIG
CLOUDAMQP_URL=amqp://guest:guest@localhost:5672
REDIS_URL=redis://localhost
# RECAPTCHA CONFIG
RECAPTCHA_PUBLIC_KEY=
RECAPTCHA_PRIVATE_KEY=
# Make it False to disable cache. Default is True
CACHE_TURNED_ON=false
# Hotzapp Integration
HOTZAPP_API_URL=https://hotzapp.me
# Disdcord configuration
DISCORD_APP_CLIENT_ID=your-app-client-id
DISCORD_APP_CLIENT_SECRET=your-app-client-secret
DISCORD_APP_BOT_TOKEN=your-bot-token
DISCORD_GUILD_ID=your-discord_server_id
DISCORD_GUILD_SALES_CHANNEL_ID=your-guild-discord-channel-to-send-sales-messages