Skip to content

Commit

Permalink
Chore/rename nextauth url var (#608)
Browse files Browse the repository at this point in the history
* Rename nextauth_url variable

* fix issue with Staging
  • Loading branch information
bryan-robitaille authored Feb 27, 2024
1 parent 238dcf8 commit f16e080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/app/ecs_task/form_viewer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"name": "HOST_URL",
"value": "${host_url}"
},
{
"name": "NEXTAUTH_URL",
"value": "${host_url}"
},
{
"name": "REDIS_URL",
"value": "${redis_url}"
Expand Down

0 comments on commit f16e080

Please sign in to comment.