openvidu/openvidu-demo/package/config/application.conf

4 lines
335 B
Plaintext
Raw Normal View History

2016-10-11 09:53:32 +02:00
APP_NAME=${project.artifactId}
LOG_FOLDER=/var/log/kurento
LOG_FILENAME=boot.log
JAVA_OPTS="-Dspring.config.location=file:/var/lib/kurento/${project.artifactId}.properties -DconfigFilePath=/etc/kurento/${project.artifactId}.conf.json -Dlogging.config=/etc/kurento/${project.artifactId}-log4j.properties -XX:+HeapDumpOnOutOfMemoryError"