# This is a configuration file for HHVM

## Configuration file location.
## Default: "/etc/hhvm/server.ini"
#CONFIG_FILE="/etc/hhvm/server.ini"

## User to run the service as.
## Default: "www-data"
#RUN_AS_USER="www-data"
#RUN_AS_GROUP="www-data"

## Add additional arguments to the hhvm service start up that you can't put in CONFIG_FILE for some reason.
## Default: ""
## Examples:
##   "-v Log.Level=Debug"                Enable debug log level
##   "-v Server.DefaultDocument=app.php" Change the default document
#ADDITIONAL_ARGS=""
