We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e8689 + c377bf6 commit dd7efffCopy full SHA for dd7efff
terraform/django.tf
@@ -17,8 +17,9 @@ module "django" {
17
django_settings_module = "geoinsight.settings.heroku_production"
18
19
additional_django_vars = {
20
- DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/"
+ DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/"
21
DJANGO_DATABASE_POOL_MAX_SIZE = "12"
22
+ DJANGO_SENTRY_DSN = "https://[email protected]/4510620385804288"
23
}
24
django_cors_allowed_origins = [
25
"https://www.geoinsight.kitware.com"
0 commit comments