Update config_server.json

This commit is contained in:
xqzr 2024-10-13 22:28:29 +08:00 committed by GitHub
parent 6d8af8da25
commit 541691c2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "","//": "填写你的 UUID",
"level": 0,
"email": "love@example.com"
}
@ -37,8 +37,8 @@
],
"certificates": [
{
"certificateFile": "/path/to/fullchain.crt", //
"keyFile": "/path/to/private.key" //
"certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径",
"keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径"
}
]
}