Merge branch 'master' of https://gitlab.chiefsoft.net/DigiFi/FirstCore
# Conflicts: # app/config.py
This commit is contained in:
@@ -33,14 +33,17 @@
|
|||||||
"url": "http://www.simbrellang.net:14700"
|
"url": "http://www.simbrellang.net:14700"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url" : "http://10.10.11.17:4300"
|
"url": "http://10.10.11.17:4300"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url" : "http://10.10.11.17:4700"
|
"url": "http://10.10.11.17:4700"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "http://10.2.249.133:4700"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "Authorize",
|
"name": "Authorize",
|
||||||
"description": "This feature will be used for authorizing customers.",
|
"description": "This feature will be used for authorizing customers.",
|
||||||
"externalDocs": {
|
"externalDocs": {
|
||||||
@@ -145,7 +148,9 @@
|
|||||||
},
|
},
|
||||||
"/health": {
|
"/health": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": ["Health"],
|
"tags": [
|
||||||
|
"Health"
|
||||||
|
],
|
||||||
"summary": "Health Check",
|
"summary": "Health Check",
|
||||||
"description": "Returns service health information including DB connection status.",
|
"description": "Returns service health information including DB connection status.",
|
||||||
"responses": {
|
"responses": {
|
||||||
@@ -168,7 +173,9 @@
|
|||||||
"example": {
|
"example": {
|
||||||
"status": "ok",
|
"status": "ok",
|
||||||
"db_status": "Connection Failed",
|
"db_status": "Connection Failed",
|
||||||
"error":["could not connect to server: Connection refused"]
|
"error": [
|
||||||
|
"could not connect to server: Connection refused"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user