This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
FileStore/config/config.json.example
2019-01-29 00:41:43 +08:00

18 lines
405 B
Plaintext

{
"db_engine":"sqlite3",
"db_info":{
"username":"db_username_here",
"password":"db_password_here",
"host":"localhost",
"port":3306,
"dbname":"your_dbname_here"
},
"log_name":"filestore.log",
"scan_path":[],
"ignore_types":[],
"filestore_account":{
"username":"your_username_here",
"password":"your_password_here"
}
}