Untrack
This commit is contained in:
parent
339d2d286d
commit
39a79add7c
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user