Skip to content

Commit

Permalink
add ohc domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-alex committed May 28, 2023
1 parent 0ae87dd commit ed9361b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/celery.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,19 @@
},
{
"name": "CSRF_TRUSTED_ORIGINS",
"value": "[\"care-django-staging\", \"care.coronasafe.in\", \"careapi.coronasafe.in\"]"
"value": "[\"care-django-staging\", \"care.coronasafe.in\", \"careapi.coronasafe.in\", \"care.ohc.network\", \"careapi.ohc.network\"]"
},
{
"name": "CURRENT_DOMAIN",
"value": "https://care.coronasafe.in"
"value": "https://care.ohc.network"
},
{
"name": "DJANGO_ADMIN_URL",
"value": "w8BYTTYRkxqAsbS2iU9Yd2ZgQy6D3uws"
},
{
"name": "DJANGO_ALLOWED_HOSTS",
"value": "[\"care-django-staging\", \"care.coronasafe.in\", \"careapi.coronasafe.in\"]"
"value": "[\"care-django-staging\", \"care.coronasafe.in\", \"careapi.coronasafe.in\", \"care.ohc.network\", \"careapi.ohc.network\"]"
},
{
"name": "DJANGO_SECURE_SSL_REDIRECT",
Expand All @@ -241,7 +241,7 @@
},
{
"name": "EMAIL_FROM",
"value": "Coronasafe network <care@ops.coronasafe.in>"
"value": "Open Healthcare Network <ops@care.ohc.network>"
},
{
"name": "EMAIL_HOST",
Expand Down

0 comments on commit ed9361b

Please sign in to comment.