mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Support tower license within the database
With backwards support for the file-based license
This commit is contained in:
@@ -822,6 +822,13 @@ TOWER_SETTINGS_MANIFEST = {
|
||||
"type": "bool",
|
||||
"category": "system",
|
||||
},
|
||||
"LICENSE": {
|
||||
"name": "Tower License",
|
||||
"description": "Controls what features and functionality is enabled in Tower.",
|
||||
"default": "{}",
|
||||
"type": "string",
|
||||
"category": "system",
|
||||
},
|
||||
}
|
||||
# Logging configuration.
|
||||
LOGGING = {
|
||||
|
||||
Reference in New Issue
Block a user