1.0.0.0811d3

Former-commit-id: 2bd99851e200420c1e68598da25880606894bf3f
Former-commit-id: 1defab391f3acb1bf768a054bcf2f5b8e7372fe6
TSXN
wanggang 5 years ago
parent a7abdc2f20
commit 5c79aab56d

@ -21,6 +21,8 @@
}
},
"minio": {
"endpoint": " 172.172.0.20:9000"
"endpoint": "172.172.0.20:9000",
"accessKey": "admin",
"secretKey": "12345678"
}
}

@ -1,4 +1,4 @@
using System.Reflection;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0811d2")]
[assembly: AssemblyInformationalVersion("1.0.0.0811d3")]

@ -6,7 +6,7 @@
"provider": "filesystem",
"library": "../lib/local/kindeditor/",
"destination": "wwwroot/lib/kindeditor/",
"files": [ "kindeditor-all-min.js", "lang/zh-CN.js", "themes/default/default.css", "themes/default/default.png", "themes/default/background.png" ]
"files": [ "kindeditor-all-min.js", "lang/zh-CN.js", "themes/default/default.css", "themes/default/default.png", "themes/default/background.png", "themes/common/loading.gif" ]
},
{
"provider": "filesystem",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -1 +1,2 @@
#!/bin/bash
mysqldump -uroot -proot iotcenter > /root/publish/backup/backup-`date "+%Y-%m-%d_%H:%M:%S"`.sql

@ -79,8 +79,8 @@ services:
- ./docker/data/mysql:/var/lib/mysql
healthcheck:
test: mysqladmin ping -h localhost -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
timeout: 20s
retries: 10
timeout: 10s
retries: 30
networks:
default:
ipv4_address: 172.172.0.30

Loading…
Cancel
Save