diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-05 22:49:40 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-05 22:49:40 +0200 |
| commit | 68f6419255fd1bd15894d68cfc0a9ff29a8cf7ea (patch) | |
| tree | 4f75fa2a042536c24a9eaad611fd803d0710eaa8 /.env | |
| parent | f35587d6f6b00a263a491c4e6bb0db7dc60e98a3 (diff) | |
Added Heroku config files
- .env : environment variables to build and run YaCy with Heroku
- Procfile : command line used to start YaCy with Heroku
Tested with heroku local
Diffstat (limited to '.env')
| -rwxr-xr-x | .env | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +MAVEN_CUSTOM_OPTS=-f libbuild/pom.xml +JAVA_OPTS=-server -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djsse.enableSNIExtension=false
\ No newline at end of file |
