Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conf.json.example 537B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "title": "Spus",
  3. "base_url": "http://example.com",
  4. "port": 8081,
  5. "db": {
  6. "host": "localhost",
  7. "user": "dbuser",
  8. "password": "dbpass",
  9. "database": "spus"
  10. },
  11. "use_https": false,
  12. "https": {
  13. "key": "",
  14. "cert": ""
  15. },
  16. "scrypt": {
  17. "maxtime": 1
  18. },
  19. "minify": true,
  20. "session_timeout": 1800000,
  21. "dir": {
  22. "imgs": "imgs",
  23. "web": "web"
  24. },
  25. "debug": false,
  26. "max_runs": 9999,
  27. "cache_max_age": 2628000,
  28. "cache_max_age_images": 2628000,
  29. "purge_collections_timeout": "2 days",
  30. "purge_collections_interval": 1800000
  31. }