32 lines
1.5 KiB
Bash
32 lines
1.5 KiB
Bash
#! /bin/bash
|
|
#----------------api-Kafka configuration-----------------------------------
|
|
#--kafka utl ip:port
|
|
api_kafka_servers=192.168.40.224:9092
|
|
#groupid
|
|
api_kafka_groupid=tsg-consumer-cert-test
|
|
|
|
#--------------------------subid-Kafka----------------------------------------------
|
|
subid_kafka_servers=192.168.40.224:9092
|
|
subid_kafka_topic=RADIUS-RECORD-LOG
|
|
subid_kafka_groupid=mapping-subid-ip
|
|
#---------Minio service connection parameters------------------#
|
|
#(Note: please manually check whether the Minio bucket has been created and has read-write permission)
|
|
#----minio_url格式:http://ip:port
|
|
minio_url=http://192.168.142.150:9000
|
|
minio_accessKey=minio
|
|
minio_secretKey=123456789
|
|
minio_bucketName=tsg
|
|
#-----------------------------------Galaxy API address-(http://ip:port)----------------------------------------
|
|
yh_data_url_log=http://192.168.40.120:9999
|
|
#----------------------------------------token Timeout time(default 1800s)------------------------------------------------
|
|
#token_timeout=1800
|
|
#--------------------------------------consul address-------------------------------------------------
|
|
consul_ip=192.168.40.210
|
|
consul_port=8500
|
|
#-----------------------------------influxdb address-----------------------------------------
|
|
influx_password=tsg2019
|
|
influx_user=admin
|
|
influx_url=http://192.168.40.210:58086/
|
|
influx_database=tsg_stat
|
|
#-----------------------------------OAM address-- (http://ip:port/tsgoam)---------------------------------------
|
|
oam_api_address=http://192.168.40.210:50080/tsgoam |