Skip to content

Commit

Permalink
Update envvar name
Browse files Browse the repository at this point in the history
  • Loading branch information
roivaz committed Feb 2, 2024
1 parent c6cf3af commit 1bedcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/local-setup/system-config/backend.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
production:
url: "<%= ENV.fetch('BACKEND_ROUTE') %>"
url: "<%= ENV.fetch('BACKEND_URL') %>"
public_url: "<%= ENV.fetch('BACKEND_PUBLIC_URL') %>"
persistent: false
timeout: 3
Expand Down
2 changes: 1 addition & 1 deletion config/local-setup/system-config/core.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
production:
url: "<%= URI.join(ENV.fetch('BACKEND_ROUTE', 'http://backend-listener:3000'), '/internal/') %>"
url: "<%= URI.join(ENV.fetch('BACKEND_URL', 'http://backend-listener:3000'), '/internal/') %>"
fake_server: false
username: "<%= ENV.fetch('CONFIG_INTERNAL_API_USER') %>"
password: "<%= ENV.fetch('CONFIG_INTERNAL_API_PASSWORD') %>"

0 comments on commit 1bedcba

Please sign in to comment.