Rename private to primary in galaxy settings

use a setting for the public galaxy URL
This commit is contained in:
AlanCoding
2019-08-28 10:21:50 -04:00
parent 8bda048e6d
commit 922e779a86
5 changed files with 47 additions and 44 deletions

View File

@@ -623,10 +623,10 @@ AWX_ROLES_ENABLED = True
AWX_COLLECTIONS_ENABLED = True
# Settings for private galaxy server, should be set in the UI
PRIVATE_GALAXY_URL = ''
PRIVATE_GALAXY_USERNAME = ''
PRIVATE_GALAXY_TOKEN = ''
PRIVATE_GALAXY_PASSWORD = ''
PRIMARY_GALAXY_URL = ''
PRIMARY_GALAXY_USERNAME = ''
PRIMARY_GALAXY_TOKEN = ''
PRIMARY_GALAXY_PASSWORD = ''
# Public Galaxy URL, not configurable outside of file-based settings
PUBLIC_GALAXY_URL = 'https://galaxy.ansible.com'