mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -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]',
|
'SCHEMA_PATH_PREFIX': r'/api/v[0-9]',
|
||||||
'DEFAULT_GENERATOR_CLASS': 'drf_spectacular.generators.SchemaGenerator',
|
'DEFAULT_GENERATOR_CLASS': 'drf_spectacular.generators.SchemaGenerator',
|
||||||
'SCHEMA_COERCE_PATH_PK_SUFFIX': True,
|
'SCHEMA_COERCE_PATH_PK_SUFFIX': True,
|
||||||
'CONTACT': {'email': 'controller-eng@redhat.com'},
|
'CONTACT': {'email': 'ansible-community@redhat.com'},
|
||||||
'LICENSE': {'name': 'Apache License'},
|
'LICENSE': {'name': 'Apache License'},
|
||||||
'TERMS_OF_SERVICE': 'https://www.google.com/policies/terms/',
|
'TERMS_OF_SERVICE': 'https://www.google.com/policies/terms/',
|
||||||
# Use our custom schema class that handles swagger_topic and deprecated views
|
# Use our custom schema class that handles swagger_topic and deprecated views
|
||||||
|
|||||||
Reference in New Issue
Block a user