br-web 网站服务端
macOS 安装SSL证书
brew install mkcert
brew install nss
mkcert -install
mkcert -key-file ssl/jasondengtest.cyou.key -cert-file ssl/jasondengtest.cyou.pem jasondengtest.cyou
{
"ip": "0.0.0.0",
"port": 8080,
"domain": "127.0.0.1",
"public": "/public",
"runtime": "/runtime",
"cors": {
"allow_origin": [],
"allow_methods": "GET,POST",
"allow_headers": "content-type",
"allow_credentials": true,
"expose_headers": "content-disposition",
"max_age": 1800
},
"ssl": false,
"ssl_pkey": "/ssl/server.key",
"ssl_certs": "/ssl/server.pem"
}