Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Sep 25, 2020
1 parent 1b2879e commit db2f46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The configuration could be specified through _gradle.properties_ file using dedi
|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
| `$ENVIRONMENT` | `local`, `int`, `stg` etc | Environment name. |
| `$ID` | `author`, `publish`, `publish2`, etc | Combination of AEM instance type and semantic suffix useful when more than one of instance of same type is being configured. |
| `$PROP_NAME=$PROP_VALUE` | **Local instances:** `httpUrl=http://admin:admin@localhost:4502`<br>`type=local`(or remote)<br>`password=foo`<br>`runModes=nosamplecontent`<br>`jvmOpts=-server -Xmx2048m -XX:MaxPermSize=512M -Djava.awt.headless=true`, `startOpts=...`<br>`debugPort=24502`.<br><br>**Remote instances:** `httpUrl`, `type`, `user`, `password`. | Run modes, JVM opts and start opts should be comma delimited. |
| `$PROP_NAME=$PROP_VALUE` | **Local instances:** `enabled`, `httpUrl=http://admin:admin@localhost:4502`<br>`type=local`<br>`password=foo`<br>`runModes=nosamplecontent`<br>`jvmOpts=-server -Xmx2048m -XX:MaxPermSize=512M -Djava.awt.headless=true`, `startOpts=...`<br>`debugPort=24502`.<br><br>**Remote instances:** `enabled`, `httpUrl`, `type=remote`, `user`, `password`. | Run modes, JVM opts and start opts should be comma delimited. |

Default remote instances defined via properties (below lines are optional):

Expand Down

0 comments on commit db2f46d

Please sign in to comment.