diff --git a/awx/main/conf.py b/awx/main/conf.py index bbdf159ae6..098b84f639 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -322,5 +322,5 @@ register( help_text=_('Useful to uniquely identify Tower instances.'), category=_('Logging'), category_slug='logging', - default=None, + default='', )