Changeset View
Changeset View
Standalone View
Standalone View
studio/settings.example.py
| Show First 20 Lines • Show All 101 Lines • ▼ Show 20 Lines | |||||
| BLENDER_CLOUD_AUTH_ENABLED = True | BLENDER_CLOUD_AUTH_ENABLED = True | ||||
| GOOGLE_ANALYTICS_TRACKING_ID = '' | GOOGLE_ANALYTICS_TRACKING_ID = '' | ||||
| # Coconut API. See https://app.coconut.co/settings/api | # Coconut API. See https://app.coconut.co/settings/api | ||||
| COCONUT_API_KEY = '' | COCONUT_API_KEY = '' | ||||
| # The hostname used by Coconut to push updates to (via webhooks) | # The hostname used by Coconut to push updates to (via webhooks) | ||||
| COCONUT_DECLARED_HOSTNAME = '' | COCONUT_DECLARED_HOSTNAME = '' | ||||
| # Mailgun API. | |||||
| # See https://documentation.mailgun.com/en/latest/api-intro.html#authentication | |||||
| NEWSLETTER_LIST = 'CHANGE_ME' | |||||
| MAILGUN_SENDER_DOMAIN = 'CHANGE_ME' | |||||
| MAILGUN_API_KEY = 'CHANGE_ME' | |||||
| MAILGUN_WEBHOOK_SIGNING_KEY = 'CHANGE_ME' | |||||
| # Uncomment this if you want to use an email backend | |||||
| # EMAIL_BACKEND = "anymail.backends.mailgun.EmailBackend" | |||||
| ANYMAIL = { | |||||
| "MAILGUN_SENDER_DOMAIN": MAILGUN_SENDER_DOMAIN, | |||||
| } | |||||