summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author雷军 <[email protected]>2019-12-31 15:14:00 +0800
committer雷军 <[email protected]>2019-12-31 15:14:00 +0800
commitd76280063485b055ecb13f95e513203c7ed975f6 (patch)
tree342f477cf36536dd29826fd3b803a8f6ad04e0e3
parentacaa96187ce4b78eb2e4506c5fd5d4a6be9ba91b (diff)
上传新文件
-rw-r--r--api/api-install/bifang_init_param.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/api/api-install/bifang_init_param.conf b/api/api-install/bifang_init_param.conf
new file mode 100644
index 0000000..59b778f
--- /dev/null
+++ b/api/api-install/bifang_init_param.conf
@@ -0,0 +1,32 @@
+#! /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 \ No newline at end of file