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
tsg-tsg-deploy/api/bifang_init_param.conf
2020-01-06 13:51:56 +08:00

28 lines
1.3 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#! /bin/bash
#----------------Kafka configuration-----------------------------------
#--kafka utl ip:port
kafka_servers=192.168.40.224:9092
#groupid
kafka_groupid=tsg-consumer-cert-test
#---------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
#----------influxdb urlhttp://ip:port/------------------------------
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