summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-08 01:51:46 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-08 01:51:46 +0200
commita11a64bbdebc84b23b5191f481e1008c0cb937ba (patch)
tree30f09f00431ccd7d9533798492d84b3da3f49a7d /app.json
parente5369ee69ac5a2cc6a7de7067dad272b6a23297e (diff)
Added a more detailed description for MAVEN_CUSTOM_OPTS
Diffstat (limited to 'app.json')
-rwxr-xr-xapp.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 90a9b03c6..42f4c7f50 100755
--- a/app.json
+++ b/app.json
@@ -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"
}
}