Advertisement
celtic762

Untitled

Oct 23rd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "web": {
  3. "host": "0.0.0.0",
  4. "listen": 8080,
  5. "ssl": {
  6. "enabled": false,
  7. "certificate": "/etc/celticktaft.ca/celtickraft.ca.chained.pem",
  8. "key": "/etc/celtickraft.ca/celtickraft.ca.key"
  9. }
  10. },
  11. "docker": {
  12. "container": {
  13. "user": 999
  14. },
  15. "network": {
  16. "name": "pterodactyl_nw"
  17. },
  18. "socket": "/var/run/docker.sock",
  19. "autoupdate_images": true,
  20. "timezone_path": "/etc/timezone",
  21. "interface": "172.18.0.1"
  22. },
  23. "filesystem": {
  24. "server_logs": "/tmp/pterodactyl"
  25. },
  26. "internals": {
  27. "disk_use_seconds": 30,
  28. "set_permissions_on_boot": true,
  29. "throttle": {
  30. "enabled": true,
  31. "kill_at_count": 5,
  32. "decay": 10,
  33. "lines": 1000,
  34. "check_interval_ms": 100
  35. }
  36. },
  37. "sftp": {
  38. "path": "/srv/daemon-data",
  39. "ip": "0.0.0.0",
  40. "port": 2022,
  41. "keypair": {
  42. "bits": 2048,
  43. "e": 65537
  44. }
  45. },
  46. "logger": {
  47. "path": "logs/",
  48. "src": false,
  49. "level": "info",
  50. "period": "1d",
  51. "count": 3
  52. },
  53. "remote": {
  54. "base": "http://95.216.68.22"
  55. },
  56. "uploads": {
  57. "size_limit": 100
  58. },
  59. "keys": [
  60. "aoQcuKLQygcbhdyVfmgLhtJXieGs5BxrJ8rZ"
  61. ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement