# /etc/conf.d/go-cve-dictionary: config file for /etc/init.d/go-cve-dictionary # For the first time, run `rc-service go-cve-dictionary {fetchnvd,fetchjvn}` # to fetch data for entire period #GCD_START_PERIOD="2012" #GCD_END_PERIOD="2019" # default: `date +%Y` # Address and port service will listen on #GCD_HOST="127.0.0.1" #GCD_PORT="1323" # Path to CVE database (needs to be absolute path) #GCD_DBPATH="/var/lib/vuls/cve.sqlite3" #GCD_DBTYPE="sqlite3" # mysql|postgres|sqlite3|redis (default: sqlite3) # Path to log dir (needs to be absolute path) #GCD_LOGDIR="/var/log/vuls" # See more: `go-cve-dictionary server --help` GCD_OPTS="-quiet"