19 lines
487 B
YAML
19 lines
487 B
YAML
# what port to host a server on ($PORT overrides this)
|
|
port: 22
|
|
|
|
# what port to host profiling on (unimportant)
|
|
profile_port: 5555
|
|
|
|
# where to store data such as bans and logs
|
|
data_dir: /var/run/devzat-data
|
|
|
|
# where the SSH private key is stored
|
|
key_file: /var/run/devzat-sshkey
|
|
|
|
# whether to censor messages (optional)
|
|
censor: false
|
|
|
|
# a list of admin IDs and notes about them
|
|
admins:
|
|
82f6872383933e913b31dbb906e4c44ea2937bea9531ac11429f16cee2e5a975: 'Seher Taak: github.com/tlinden'
|