Skip to content

Commit

Permalink
Merge pull request apache#25 from vishwasbabu/develop
Browse files Browse the repository at this point in the history
Add ability to restrict working set of microservices
  • Loading branch information
Izakey authored Feb 11, 2019
2 parents 6db27a5 + 83b2ac0 commit a339661
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 124 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ gradle-app.setting
!gradle-wrapper.jar

*.iml

*.ipr
*.iws
*.log

*.toDelete
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Run in persistent mode and to NOT use embedded datastores
##### demoserver.provision (true/false)
Run the provision steps against the services to bootstrap tenants

##### demoserver.lite (true/false)
Enabling lite mode (defaults to false) restricts the working set of micro-services to Provisioner, Identity, Rhythm, Organization and Customer

##### custom.cassandra.contactPoints
Custom cassandra contact points (multiple values allowed separated by comma e.g. 127.0.0.1:9042,127.0.0.2:9042)

Expand Down
Loading

0 comments on commit a339661

Please sign in to comment.