Created
May 19, 2018 13:33
-
-
Save Asherslab/f327264c95cb43a2668ec4149d890e4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"web": { | |
"host": "0.0.0.0", | |
"listen": 8080, | |
"ssl": { | |
"enabled": true, | |
"certificate": "/etc/letsencrypt/live/node.example.com/fullchain.pem", | |
"key": "/etc/letsencrypt/live/node.example.com/privkey.pem" | |
} | |
}, | |
"docker": { | |
"container": { | |
"user": null | |
}, | |
"network": { | |
"name": "pterodactyl_nw" | |
}, | |
"socket": "/var/run/docker.sock", | |
"autoupdate_images": true | |
}, | |
"filesystem": { | |
"server_logs": "/tmp/pterodactyl" | |
}, | |
"internals": { | |
"disk_use_seconds": 30, | |
"set_permissions_on_boot": true, | |
"throttle": { | |
"enabled": true, | |
"kill_at_count": 5, | |
"decay": 10, | |
"lines": 1000, | |
"check_interval_ms": 100 | |
} | |
}, | |
"sftp": { | |
"path": "/srv/daemon-data", | |
"ip": "0.0.0.0", | |
"port": 2022, | |
"keypair": { | |
"bits": 2048, | |
"e": 65537 | |
} | |
}, | |
"logger": { | |
"path": "logs/", | |
"src": false, | |
"level": "info", | |
"period": "1d", | |
"count": 3 | |
}, | |
"remote": { | |
"base": "PANEL URL" | |
}, | |
"uploads": { | |
"size_limit": 100 | |
}, | |
"keys": [ | |
"KEY THINGY" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment