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.

30 satır
539B

  1. {
  2. "Host":"0.0.0.0",
  3. "Port":"8080",
  4. "TlsCert": "/home/sp/go/src/fullchain.pem",
  5. "TlsKey": "/home/sp/go/src/privkey.pem",
  6. "Debug": true,
  7. "Static": [
  8. {
  9. "Dir": "./html/",
  10. "StaticUrl": "/",
  11. "StripPrefix" : "/"
  12. },
  13. {
  14. "Dir": "./html/test/",
  15. "StaticUrl": "/spa1/",
  16. "StripPrefix" : "/spa1/"
  17. },
  18. {
  19. "Dir": "./html/test/",
  20. "StaticUrl": "/spa2/",
  21. "StripPrefix" : "/spa2/"
  22. }
  23. ],
  24. "Session" : {
  25. "Guest": true,
  26. "Year": 10,
  27. "Month": 1,
  28. "Day": 1
  29. }
  30. }