Repository: metron Updated Branches: refs/heads/master badc6cf97 -> 9355a0465
METRON-1067 Minor typo in documentation (spencer-hanson via justinleet) closes apache/metron#671 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/9355a046 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/9355a046 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/9355a046 Branch: refs/heads/master Commit: 9355a04650af443bb67b94c7055ca82c07c7cf5d Parents: badc6cf Author: spencer-hanson <[email protected]> Authored: Thu Jul 27 09:56:04 2017 -0400 Committer: leet <[email protected]> Committed: Thu Jul 27 09:56:04 2017 -0400 ---------------------------------------------------------------------- metron-interface/metron-rest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/9355a046/metron-interface/metron-rest/README.md ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/README.md b/metron-interface/metron-rest/README.md index 1cc4089..f8cafa4 100644 --- a/metron-interface/metron-rest/README.md +++ b/metron-interface/metron-rest/README.md @@ -171,7 +171,7 @@ The REST application comes with a few [Spring Profiles](http://docs.spring.io/au | test | sets variables to in-memory services, only used for integration testing | | dev | adds a test user to the database with credentials `user/password` | | vagrant | sets configuration variables to match the Metron vagrant environment | -| docker | sets configuration variables to match the Metron dcoker environment | +| docker | sets configuration variables to match the Metron docker environment | Setting active profiles is done with the METRON_SPRING_PROFILES_ACTIVE variable. For example, set this variable in `/etc/sysconfig/metron` to configure the REST application for the Vagrant environment and add a test user: ```
