Skip to content

Commit

Permalink
GPII-1224: Rename untrusted config to untrusted.development
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbates committed Oct 27, 2015
1 parent 020069d commit 77aa06c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpii/configs/untrusted.development.all.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"gradeNames": ["{that}.buildMultiServerKettleConfig", "autoInit"],
"servers": {
"localConfig": {
"configName": "untrusted",
"configName": "untrusted.development",
"configPath": "%universal/gpii/configs"
},
"cloudBasedConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"includes": [
"../node_modules/deviceReporter/configs/development.json",
"../node_modules/flowManager/configs/untrusted.json"
"../node_modules/flowManager/configs/untrusted.development.json"
]
}
9 changes: 9 additions & 0 deletions gpii/configs/untrusted.development.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
untrusted.development.json
==========================

This configuration runs the local Untrusted Flow Manager in development mode.

The following components are running on the local machine:

* flowManager (untrusted, browser channel)
* deviceReporter

0 comments on commit 77aa06c

Please sign in to comment.