Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2. root@ubuntu:/home/Shinobi# cat conf.json
  3. {
  4. "port": 8080,
  5. "addStorage": [
  6. {"name":"second","path":"__DIR__/videos2"}
  7. ],
  8. "ssl":{
  9. "key":"/path/to/key/file",
  10. "cert":"/path/to/cert/file"
  11. },
  12. "db": {
  13. "host": "127.0.0.1",
  14. "user": "majesticflame",
  15. "password": "",
  16. "database": "ccio",
  17. "port":3306
  18. },
  19. "mail":{
  20. "service": "gmail",
  21. "auth": {
  22. "user": "your_email@gmail.com",
  23. "pass": "your_password_or_app_specific_password"
  24. }
  25. },
  26. "cron":{
  27. "key":"change_this_to_something_very_random__just_anything_other_than_this"
  28. },
  29. "pluginKeys":{
  30. "Motion":"change_this_to_something_very_random____make_sure_to_match__/plugins/motion/conf.json"
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement