-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(devEnv) move health check configuration to dev to prod (#37)
* When we work on local (without health check) we don't want kill our process * Adding data in Readme
- Loading branch information
1 parent
1bd0f3b
commit 5c7cf13
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
{ | ||
"port": "4000", | ||
"bdmFile": "resources/bomBBVA.xml", | ||
"bdmFile": "resources/bdm_simple.xml", | ||
"logLevel": "debug", | ||
"logfile": "./logs", | ||
"healthCheckPort": 54896, | ||
"healthCheckUrl": "/api/workspace/status/", | ||
"healthCheckHost": "http://localhost" | ||
"logfile": "./logs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"port": "4000", | ||
"bdmFile": "resources/bomAG2R.xml", | ||
"bdmFile": "resources/bdm_simple.xml", | ||
"logFile": "target/log/data-repository.log", | ||
"logLevel": "debug" | ||
"logLevel": "debug", | ||
"healthCheckPort": 54896, | ||
"healthCheckUrl": "/api/workspace/status/", | ||
"healthCheckHost": "http://localhost" | ||
} |