fix: set app servers 2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BryantHe 2023-10-20 11:47:05 +08:00
parent b64edf3be9
commit 65f1b51091
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ def create_app():
{ {
'name': 'Production Server', 'name': 'Production Server',
'url': 'https://www.bearcatlog.com/pzx/' 'url': 'https://www.bearcatlog.com/pzx/'
},
{
'name': 'Test Server',
'url': 'https://www.bearcatlog.com/pzx/'
} }
] ]
load_app_config(app) load_app_config(app)