mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
change contact email address (#16245)
Use the ansible-community@redhat.com alias as the contact email address.
This commit is contained in:
@@ -1027,7 +1027,7 @@ SPECTACULAR_SETTINGS = {
|
||||
'SCHEMA_PATH_PREFIX': r'/api/v[0-9]',
|
||||
'DEFAULT_GENERATOR_CLASS': 'drf_spectacular.generators.SchemaGenerator',
|
||||
'SCHEMA_COERCE_PATH_PK_SUFFIX': True,
|
||||
'CONTACT': {'email': 'controller-eng@redhat.com'},
|
||||
'CONTACT': {'email': 'ansible-community@redhat.com'},
|
||||
'LICENSE': {'name': 'Apache License'},
|
||||
'TERMS_OF_SERVICE': 'https://www.google.com/policies/terms/',
|
||||
# Use our custom schema class that handles swagger_topic and deprecated views
|
||||
|
||||
Reference in New Issue
Block a user