Commit f31ac1a1 authored by chenfm's avatar chenfm

增加demo环境配置

parent b00e2260
......@@ -86,3 +86,20 @@ timescale:
table-field:
map: string-text,number-numeric,integer-int8,boolean-bit(1),date-date,time-int4,datetime-timestamptz
table-prefix: iot_data_model_
emq:
api:
url: 192.168.0.122/:18083
auth: Basic YWRtaW46cHVibGlj
client-auth:
table-name: mqtt_acl
username: esv_mqtt_client
data-source:
jdbc-url: jdbc:mysql://192.168.0.17:3306/emq_mqtt
driver-class-name: com.mysql.cj.jdbc.Driver
validation-query: SELECT 1
username: emq_mqtt
password: 123456
connection-timeout: 10000
minimum-idle: 1
maximum-pool-size: 1
max-lifetime: 0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment