-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 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 |
|---|---|---|
| @@ -1,2 +1,17 @@ | ||
| download.server.url = https://software.internet2.edu/grouper | ||
| grouper.version = 2.5.8 | ||
|
|
||
| # print out autorun keys in prompts so you can easily see how to configure the autorun | ||
| grouperInstaller.print.autorunKeys = true | ||
| # default to install or upgrade (default is install) | ||
| grouperInstaller.default.installOrUpgrade = install | ||
|
|
||
| ############################## | ||
| ## Autorun properties | ||
| ## | ||
| ## If you uncomment one of these properties it will be used as empty, only uncomment to use | ||
| ## | ||
| ############################## | ||
|
|
||
| grouperInstaller.autorun.forceInstallPatch = t | ||
| grouperInstaller.autorun.installAllPatches = true |