This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bootstrap integration - Travis upgrade (#508)
Bootstrap integration with rest Travis release process and dev branch improvements Updated readme to describe the new way of running the server. Co-authored-by: Xavi Artigas <[email protected]>
- Loading branch information
1 parent
15922d0
commit f0882a7
Showing
15 changed files
with
925 additions
and
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ jsconfig.json | |
rest-*.json | ||
|
||
rest/coverage | ||
/rest/target/ | ||
/rest/logs.log |
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#nodeEqualityStrategy: public-key | ||
nodes: | ||
- repeat: 0 | ||
- trustedHosts: '127.0.0.1, 172.20.0.25, 172.20.0.1' | ||
localNetworks: '127.0.0.1, 172.20.0.25, 172.20.0.1' | ||
brokerOpenPort: 7902 | ||
gateways: | ||
- excludeDockerService: true | ||
name: rest | ||
apiNodeConfigPath: target/gateways/rest/api-node-config | ||
restLoggingFilename: target/rest.log | ||
databaseHost: localhost | ||
apiNodeHost: localhost | ||
apiNodeBrokerHost: localhost |
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
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
Oops, something went wrong.