32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
#! /bin/bash
|
|||
|
|
#--------------MariaDB parameter------------------#
|
|||
|
|
#Note: the script does not support special symbol password. If you need to modify it, please adjust it manually after the script is executed successfully
|
|||
|
|
db_pwd=111111
|
|||
|
|
db_name=tsg-bifang
|
|||
|
|
#----------------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 url(http://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
|