diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-08 01:51:46 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-08 01:51:46 +0200 |
| commit | a11a64bbdebc84b23b5191f481e1008c0cb937ba (patch) | |
| tree | 30f09f00431ccd7d9533798492d84b3da3f49a7d /app.json | |
| parent | e5369ee69ac5a2cc6a7de7067dad272b6a23297e (diff) | |
Added a more detailed description for MAVEN_CUSTOM_OPTS
Diffstat (limited to 'app.json')
| -rwxr-xr-x | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ "logo": "http://yacy.net/material/YaCyLogo2011.svg", "env": { "MAVEN_CUSTOM_OPTS": { - "description": "Custom options required for maven build (to run YaCy in senior mode, please set -Dyacy.staticIP=your_app_name.herokuapp.com)", + "description": "Custom options required for maven build on Heroku. To run YaCy in senior mode, you MUST set -Dyacy.staticIP=your_app_name.herokuapp.com. Default admin password is 'heroku', passed encoded to -Dyacy.admin.passwd. You should replace it with your own custom password.", "value": "-f libbuild/pom.xml -DskipTests=true -Dyacy.port=80 -Dyacy.admin.passwd=MD5:1029a0355adffb6378ceed9936ca9be4" } } |
