# for example postgresql or mysql ...
dbtype="mysql"
# db config
# db address and port
dbhost="master:3306"
# db name
dbname="dolphinscheduler"nginx部署前端项目
# db username
username="dolphinscheduler"
# db passwprd
# Note: if there are special characters, please use the \ transfer character to transfer
passowrd="dolphinscheduler"
# conf/config/f config
# Note: the installation path is not the same as the current path (pwd)
# 将应⽤安装到哪个⽬录下
installPath="/opt/app/dolphinscheduler"
# deployment user
# Note: the deployment user needs to have sudo privileges and permissions to operate hdfs. If hdfs is enabled, the root directory needs to be created by itself # 使⽤哪个⽤户部署
deployUser="dolphinscheduler"
# zk cluster,集⽅式以逗号分隔
zkQuorum="master:2181,slave1:2181,slave2:2181"
# install hosts
# Note: install the scheduled hostname list. If it is pseudo-distributed, just write a pseudo-distributed hostname
# 在哪些机器上部署
ips="master,slave1,slave2"
# conf/config/f config
# run master machine
# Note: list of hosts hostname for deploying master
masters="master,slave1"
# run worker machine
# note: list of machine hostnames for deploying workers
workers="master,slave1,slave2"
# run alert machine
# note: list of machine hostnames for deploying alert server
alertServer="master"
# run api machine
# note: list of machine hostnames for deploying api server
apiServers="master"
# 邮件服务
# alert config
# mail protocol
mailProtocol="SMTP"
# mail server host
mailServerHost="****"
# mail server port
mailServerPort="***"
# sender
mailSender="*******"
# user
mailUser="*******"
# sender password
mailPassword="*******"
# TLS mail protocol support
starttlsEnable="false"
nam
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论