summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-05 22:49:40 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-05 22:49:40 +0200
commit68f6419255fd1bd15894d68cfc0a9ff29a8cf7ea (patch)
tree4f75fa2a042536c24a9eaad611fd803d0710eaa8 /.env
parentf35587d6f6b00a263a491c4e6bb0db7dc60e98a3 (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.env2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100755
index 000000000..50ce56854
--- /dev/null
+++ b/.env
@@ -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