Skip to content

Commit

Permalink
Merge pull request #37 from trento-project/adjust-web-origin
Browse files Browse the repository at this point in the history
Rename `TRENTO_DOMAIN` to `TRENTO_WEB_ORIGIN`
  • Loading branch information
nelsonkopliku authored Jun 10, 2024
2 parents 108eccd + 74e6b52 commit f98afdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/app/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@
ADMIN_PASSWORD: "{{ web_admin_password }}"
ENABLE_API_KEY: "{{ enable_api_key }}"
CHARTS_ENABLED: "{{ enable_charts }}"
TRENTO_DOMAIN: "{{ trento_server_name }}"
TRENTO_WEB_ORIGIN: "{{ trento_server_name }}"
2 changes: 1 addition & 1 deletion roles/app/templates/trento-web.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ADMIN_PASSWORD={{ web_admin_password }}
ENABLE_API_KEY={{ enable_api_key }}
CHARTS_ENABLED={{ enable_charts }}
PORT={{ web_listen_port }}
TRENTO_DOMAIN={{ trento_server_name }}
TRENTO_WEB_ORIGIN={{ trento_server_name }}

0 comments on commit f98afdf

Please sign in to comment.