Files
M-CTF-2025/ticktalk/docker/kdc/config.json
2025-12-14 10:39:18 +03:00

18 lines
381 B
JSON
Executable File

{
"kdc": {
"port": 88,
"thread_pool_size": 10,
"realm": "TICKTALK.LOCAL",
"team_id": "2",
"principals_file": "/app/data/principals.json",
"krbtgt_key_file": "/app/data/krbtgt_key.txt"
},
"redis": {
"host": "redis",
"port": 6379
},
"logging": {
"levels": "INFO,WARNING,ERROR,DEBUG"
}
}