diff --git a/app/__init__.py b/app/__init__.py index 456f927..2abcad4 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -42,6 +42,10 @@ def create_app(): { 'name': 'Production Server', 'url': 'https://www.bearcatlog.com/pzx/' + }, + { + 'name': 'Test Server', + 'url': 'https://www.bearcatlog.com/pzx/' } ] load_app_config(app)