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
2019-10-30 17:57:18 +08:00

21 lines
735 B
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
#--------------mariadb参数------------------#
db_host=192.168.142.134
db_user=root
db_pwd=111111
db_name=tsg_bifang
#--------------api服务redis连接参数------------------#
api_reids_host=192.168.142.134
api_redis_port=7001
#--------------syn服务redis连接参数------------------#
syn_redis_host=192.168.142.134
syn_redis_port=7002
#--------------minio服务连接参数请手动检测minio桶是否创建完成,并有读写权限)------------------#
minio_url=http://192.168.142.134:9000
minio_accessKey=minio
minio_secretKey=123456789
minio_bucketName=tsg
#-----------------api服务访问地址-----------------
api_ip=192.168.142.134
api_port=8080
#------------------------------------------------