Skip to content

Commit

Permalink
chore: update deployment urls
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Aug 13, 2024
1 parent 1192204 commit 5e8d76a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on how to do this.
environment_variables = [
{
name = "CORS_ORIGINS"
value = "https://indokntnu.no"
value = "https://client.canary.indokntnu.no"
},
{
name = "CORS_CREDENTIALS"
Expand All @@ -31,7 +31,7 @@ environment_variables = [
},
{
name = "SERVER_URL"
value = "https://server-7o8xwaka.yellowflower-e949ae00.norwayeast.azurecontainerapps.io"
value = "https://canary.indokntnu.no"
},
{
name = "FEIDE_CLIENT_ID"
Expand All @@ -47,7 +47,7 @@ environment_variables = [
},
{
name = "SESSION_COOKIE_DOMAIN"
value = "yellowflower-e949ae00.norwayeast.azurecontainerapps.io"
value = "canary.indokntnu.no"
},
{
name = "SESSION_COOKIE_HTTP_ONLY"
Expand All @@ -71,7 +71,7 @@ environment_variables = [
},
{
name = "REDIRECT_ORIGINS",
value = "https://server-7o8xwaka.yellowflower-e949ae00.norwayeast.azurecontainerapps.io,https://indokntnu.no,https://indøkntnu.no"
value = "https://client.canary.indokntnu.no,https://canary.indokntnu.no,https://indokntnu.no,https://indøkntnu.no"
},
{
name = "FEIDE_GROUPS_API",
Expand Down

0 comments on commit 5e8d76a

Please sign in to comment.