summaryrefslogtreecommitdiff
path: root/Procfile
AgeCommit message (Collapse)Author
2016-07-28Simplified Heroku variables configurationluc
- Having well defined variables is more readable than configuring everything in MAVEN_CUSTOM_OPTS - Do not provide a default admin password value : people deploying on Heroku for testing or demonstration purpose would likely forget to customize this password, which would be a security flaw - reduce Heroku specific impacts on existing pom.xml
2016-07-12Handle more propertly local port configuration by system propertyluccioman
And prefixed property with "net.yacy" to avoid ambiguity.
2016-07-06Revert : Not possible to start on port 80luccioman
2016-07-06Try running on port 80 to be in senior mode on Herokuluccioman
2016-07-06Let Heroku decide which http port to useluccioman
2016-07-05Added Heroku config filesluccioman
- .env : environment variables to build and run YaCy with Heroku - Procfile : command line used to start YaCy with Heroku Tested with heroku local