digiHome-SP-NestJs/.config/.dev.yaml

33 lines
936 B
YAML

TEST_VALUE:
name: cookie
MYSQL_CONFIG:
# type: "mysql"
host: "192.168.10.4"
port: 3306
user: "root"
password: "123456"
database: "finclip"
# entities: "mysql" # 这里的命名一定要跟 MongoDB 里面的配置命名区分开
# synchronize: false
database: finclip
user: root
port: 3306
host: '192.168.10.4'
password: '123456'
OPTIONS:
clean: true # true: 清除会话, false: 保留会话
connectTimeout: 60 * 60 #超时时间
clientId: 'HCC_ELQbLUKLrRMZeI9d'
username: 'HCC_ELQbLUKLrRMZeI9d'
password: 'UBHKeh7p5keWffYq'
mqttUrl: 'tcp://103.222.189.9:60039/mqtt'
ipBoxUrl: 'https://103.39.222.134:65531'
secureIp: 'https://43.228.38.182:15443'
title: 'test'
secret: '1qaz@WSX'
zjgUrl: 'http://221.224.155.68:8000/epoint-smartcity-ssov2zs'
keyAlias: 'SEMK_SUB'
# mqtt应用配置
MQTT_APPID: admin
MQTT_SECRET: admin
MQTT_CONNET_URL: 'http://127.0.0.1:18083/api/v4/clients'