This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/radius/templates/radius.conf
2020-10-24 12:08:31 +06:00

15 lines
342 B
Plaintext

[RADIUS_PLUG]
DEVICE_ID=0
BROKERLIST={{ log_kafkabrokers.address }}
COLLECT_TOPIC=RADIUS-RECORD-LOG
SERVICE_ID=162
NIC_NAME={{ nic_mgr.name }}
LOG_PATH=./log/ntc_radius_plug/ntc_radius_plug
LOG_LEVEL=10
[CONFIG]
LOG_PATH=./log/radius/radius
FS_SERVER_IP=127.0.0.1
FS_SERVER_PORT=8125
STAT_CYCLE=30
LOG_LEVEL={{ tsg_log_level }}