Skip to content
Snippets Groups Projects
Commit 4c70a12a authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Add ALLOWED_ORIGINS env variable for login service

parent 4d12a272
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ HTTP_PORT="8080" ...@@ -4,6 +4,7 @@ HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s" HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s" HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s" HTTP_WRITE_TIMEOUT="10s"
ALLOWED_ORIGINS="http://localhost:3000"
POLICY_ADDR="http://policy:8080" POLICY_ADDR="http://policy:8080"
LINK_LOCATION="https://example.com" LINK_LOCATION="https://example.com"
MAIL_ADDR="mailhog:1025" MAIL_ADDR="mailhog:1025"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment