mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02:30
Expose websockets on api prefix v2
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
# The UUID of the system, for HA.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
{% if api_urlpattern_prefix | length > 0 %}
|
||||
OPTIONAL_API_URLPATTERN_PREFIX = '{{ api_urlpattern_prefix }}'
|
||||
{% endif %}
|
||||
|
||||
# If set, use -vvv for project updates instead of -v for more output.
|
||||
# PROJECT_UPDATE_VVV=True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user