This commit is contained in:
Dane Everitt 2017-09-30 18:42:33 -05:00
parent 339d2d286d
commit 39a79add7c
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -1,38 +0,0 @@
{
"debug": false,
"dataPath": "/srv/daemon-data",
"api": {
"host": "0.0.0.0",
"port": 8080,
"ssl": {
"enabled": false,
"generateLetsEncrypt": true,
"certificate": "/etc/letsencrypt/live/pterodactyl.app/fullchain.pem",
"key": "/etc/letsencrypt/live/pterodactyl.app/privkey.pem"
},
"uploads": {
"maximumSize": 150000000
}
},
"docker": {
"socket": "/var/run/docker.sock",
"autoupdateImages": true,
"networkInterface": "172.18.0.1",
"timezonePath": "/etc/timezone"
},
"sftp": {
"host": "0.0.0.0",
"port": 2022
},
"query": {
"killOnFail": false,
"failLimit": 5
},
"remote": "https://pterodactyl.app",
"log": {
"path": "logs/",
"level": "info",
"deleteAfterDays": 100
},
"authKey": "somekey"
}