Short Description
Currently, siteUrl exists in two places:
|
siteUrl={{ xnat_web_server.url }} |
|
"siteUrl": "{{ xnat_web_server.url }}", |
It seems that only the latter is actually used. Possibly the latter overwrites the former? Either way, this should be addressed.
Evidence/Steps to Reproduce
No response
Acceptance Criteria/Expected Behaviour
No response
Details
No response
Resolution
No response
Short Description
Currently,
siteUrlexists in two places:ansible-collection-infra/roles/xnat/templates/prefs-init.j2
Line 4 in 163a8dd
ansible-collection-infra/roles/xnat/templates/xnat-settings.json.j2
Line 74 in 163a8dd
It seems that only the latter is actually used. Possibly the latter overwrites the former? Either way, this should be addressed.
Evidence/Steps to Reproduce
No response
Acceptance Criteria/Expected Behaviour
No response
Details
No response
Resolution
No response