No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

33 líneas
745B

  1. {
  2. "Host":"0.0.0.0",
  3. "Port":"8080",
  4. "DSN": "sp:sp@tcp(192.168.1.70:3306)/syd_credit?parseTime=true&loc=Australia%2FSydney&collation=utf8mb4_0900_ai_ci",
  5. "TlsCert": "cert/fullchain.pem",
  6. "TlsKey": "cert/privkey.pem",
  7. "Debug": true,
  8. "RSyncKey": "cert/rsync.key",
  9. "Static": [
  10. {
  11. "Dir": "./deploy/biukopweb-html/",
  12. "StaticUrl": "/",
  13. "StripPrefix" : "/",
  14. "Sync": "a@c5015.biukop.com.au:/home/a/public_html/"
  15. },
  16. {
  17. "Dir": "./html/test/",
  18. "StaticUrl": "/spa1/",
  19. "StripPrefix" : "/spa1/"
  20. },
  21. {
  22. "Dir": "./html/test/",
  23. "StaticUrl": "/spa2/",
  24. "StripPrefix" : "/spa2/"
  25. }
  26. ],
  27. "Session" : {
  28. "Guest": true,
  29. "Year": 10,
  30. "Month": 1,
  31. "Day": 1
  32. }
  33. }