Change example config to better match existing configurations and settings
This commit is contained in:
parent
ea7cdbe044
commit
3f07cdb4c0
41
config.example.yml
Normal file
41
config.example.yml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
debug: false
|
||||||
|
data: '/srv/daemon-data'
|
||||||
|
api:
|
||||||
|
host: '0.0.0.0'
|
||||||
|
port: 8080
|
||||||
|
ssl:
|
||||||
|
enabled: false
|
||||||
|
cert: ''
|
||||||
|
key: ''
|
||||||
|
uploads:
|
||||||
|
size_limit: 150000000
|
||||||
|
docker:
|
||||||
|
container:
|
||||||
|
user: ''
|
||||||
|
network:
|
||||||
|
interface: '172.18.0.1'
|
||||||
|
name: 'pterodactyl_nw'
|
||||||
|
update_images: true
|
||||||
|
socket: '/var/run/docker.sock'
|
||||||
|
timezone_path: '/etc/timezone'
|
||||||
|
sftp:
|
||||||
|
host: '0.0.0.0'
|
||||||
|
port: 2022
|
||||||
|
keypair:
|
||||||
|
bits: 2048
|
||||||
|
e: 65537
|
||||||
|
log:
|
||||||
|
path: './logs/'
|
||||||
|
level: 'info'
|
||||||
|
prune_days: 10
|
||||||
|
internal:
|
||||||
|
temp_logs: '/tmp/pterodactyl'
|
||||||
|
disk_check_seconds: 30
|
||||||
|
set_permissions_on_boot: true
|
||||||
|
throttle:
|
||||||
|
kill_at_count: 5
|
||||||
|
decay: 10
|
||||||
|
bytes: 4096
|
||||||
|
check_interval_ms: 100
|
||||||
|
remote: 'http://example.com'
|
||||||
|
token: 'test123'
|
|
@ -1,28 +0,0 @@
|
||||||
debug: false
|
|
||||||
data: '/srv/daemon-data'
|
|
||||||
api:
|
|
||||||
host: '0.0.0.0'
|
|
||||||
port: 8080
|
|
||||||
ssl:
|
|
||||||
enabled: false
|
|
||||||
cert: ''
|
|
||||||
key: ''
|
|
||||||
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: true
|
|
||||||
failLimit: 5
|
|
||||||
remote: 'http://example.com'
|
|
||||||
log:
|
|
||||||
path: './logs/'
|
|
||||||
level: 'info'
|
|
||||||
deleteAfterDays: 10
|
|
||||||
authKey: 'test123'
|
|
Loading…
Reference in New Issue
Block a user