You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iot/projects/UserCenter/appsettings.Docker.json

13 lines
368 B

{
"AppSettings": {
"database": "mysql"
},
"ConnectionStrings": {
"postgresql": "User ID=root;Host=postgresql;Port=26257;Database=usercenter;CommandTimeout=120",
"mysql": "Server=172.172.0.30;Port=3306;Database=usercenter;Uid=root;Pwd=root;",
"redis": "172.172.0.40:6379,allowAdmin=true"
},
"minio": {
"endpoint": "172.172.0.20:9000"
}
}