# /etc/conf.d/go-exploitdb: config file for /etc/init.d/go-exploitdb # Address and port service will listen on #GEX_HOST="127.0.0.1" #GEX_PORT="1326" # Path to CVE database (needs to be absolute path) #GEX_DBPATH="/var/lib/vuls/go-exploitdb.sqlite3" #GEX_DBTYPE="sqlite3" # mysql|postgres|sqlite3|redis (default: sqlite3) # Path to log dir (needs to be absolute path) #GEX_LOGDIR="/var/log/vuls" # See more: `go-exploitdb server --help` GEX_OPTS=""