From a11a64bbdebc84b23b5191f481e1008c0cb937ba Mon Sep 17 00:00:00 2001 From: luccioman Date: Fri, 8 Jul 2016 01:51:46 +0200 Subject: [PATCH] Added a more detailed description for MAVEN_CUSTOM_OPTS --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }