29 lines
874 B
JSON
29 lines
874 B
JSON
|
{
|
||
|
"font.family": "Arial",
|
||
|
"font.size": 12,
|
||
|
"log.active": true,
|
||
|
"log.level": 10,
|
||
|
"log.console": true,
|
||
|
"log.file": true,
|
||
|
"email.server": "smtp.qq.com",
|
||
|
"email.port": 465,
|
||
|
"email.username": "",
|
||
|
"email.password": "",
|
||
|
"email.sender": "",
|
||
|
"email.receiver": "",
|
||
|
"rqdata.username": "",
|
||
|
"rqdata.password": "",
|
||
|
"database.driver": "sqlite",
|
||
|
"database.database": "database.db",
|
||
|
"database.host": "localhost",
|
||
|
"database.port": 3306,
|
||
|
"database.user": "root",
|
||
|
"database.password": "",
|
||
|
"database.authentication_source": "admin",
|
||
|
"huafu.data_source": "http://127.0.0.1:4212/api/v1/get_price",
|
||
|
"huafu.data_source_prod": "http://192.168.1.212:4000/api/v1/get_price",
|
||
|
"renko.host": "192.168.1.214",
|
||
|
"hams.host": "192.168.1.214",
|
||
|
"rabbitmq.host": "192.168.1.211",
|
||
|
"gateway_name": "em02"
|
||
|
}
|