We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228653c commit b24af7bCopy full SHA for b24af7b
web/service/setting.go
@@ -28,8 +28,8 @@ var defaultValueMap = map[string]string{
28
"webListen": "",
29
"webDomain": "",
30
"webPort": "2053",
31
- "webCertFile": "/root/.acme.sh/域名_ecc/域名.cer",
32
- "webKeyFile": "/root/.acme.sh/域名_ecc/域名.key",
+ "webCertFile": "/root/.acme.sh/xxx_ecc/xxx.cer",
+ "webKeyFile": "/root/.acme.sh/xxx_ecc/xxx.key",
33
"secret": random.Seq(32),
34
"webBasePath": "/",
35
"sessionMaxAge": "0",
0 commit comments