mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Make database location a configuration item
This commit is contained in:
committed by
Julien BLACHE
parent
6c6a3a7935
commit
e6d75534d7
@@ -43,6 +43,7 @@ static cfg_opt_t sec_general[] =
|
||||
CFG_STR("uid", "nobody", CFGF_NONE),
|
||||
CFG_STR("admin_password", NULL, CFGF_NONE),
|
||||
CFG_STR("logfile", STATEDIR "/log/" PACKAGE ".log", CFGF_NONE),
|
||||
CFG_STR("db_path", STATEDIR "/cache/" PACKAGE "/songs3.db", CFGF_NONE),
|
||||
CFG_INT_CB("loglevel", E_LOG, CFGF_NONE, &cb_loglevel),
|
||||
CFG_END()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user