Shinobi/conf.sample.json

26 lines
526 B
JSON
Raw Normal View History

2018-06-09 23:34:06 +00:00
{
"port": 8080,
"passwordType": "sha256",
2018-06-09 23:34:06 +00:00
"addStorage": [
{"name":"second","path":"__DIR__/videos2"}
],
"db": {
"host": "127.0.0.1",
"user": "majesticflame",
"password": "",
"database": "ccio",
"port":3306
},
"mail":{
"service": "gmail",
"auth": {
"user": "your_email@gmail.com",
"pass": "your_password_or_app_specific_password"
}
},
"cron":{
"key":"change_this_to_something_very_random__just_anything_other_than_this"
},
"pluginKeys":{}
}