-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPII-1224: Add untrusted.development.all.local.txt
- Loading branch information
1 parent
633619c
commit 020069d
Showing
1 changed file
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
untrusted.development.all.local.json | ||
==================================== | ||
|
||
This configuration runs the entire system locally under the hybrid Flow Manager architecture and in development mode. | ||
|
||
It uses a multi-server Kettle configuration to run the Untrusted Flow Manager and a local version of the Cloud Based Flow Manager within the same Kettle process, but on different ports. | ||
|
||
* The Untrusted Flow Manager runs on port 8081 | ||
* The Cloud Based Flow Manager runs on port 8088 | ||
* The following components are running on the local machine: | ||
** Untrusted Flow Manager | ||
*** flowManager (untrusted, browser channel) | ||
*** deviceReporter | ||
** Cloud Based Flow Manager | ||
*** flowManager (cloud based oauth2) | ||
*** flatMatchMaker | ||
*** solutionsRegistry | ||
*** rawPreferencesServer | ||
*** preferencesServer |