fix: set app servers 2
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b64edf3be9
commit
65f1b51091
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue