mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Added setting for using minified JS in production.
This commit is contained in:
@@ -148,6 +148,9 @@ REST_FRAMEWORK = {
|
||||
),
|
||||
}
|
||||
|
||||
# If set, serve only minified JS for UI.
|
||||
USE_MINIFIED_JS = False
|
||||
|
||||
# Email address that error messages come from.
|
||||
SERVER_EMAIL = 'root@localhost'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user