Update config_server.json comment translate

This commit is contained in:
lk29 2023-03-12 15:14:35 +05:00 committed by GitHub
parent 1bd9046ab0
commit 49afb08e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", // UUID "id": "", // fill in your UUID
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
} }
@ -30,8 +30,8 @@
], ],
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/fullchain.crt", // "certificateFile": "/path/to/fullchain.crt", // Replace with your certificate, absolute path
"keyFile": "/path/to/private.key" // "keyFile": "/path/to/private.key" // Replace it with your private key, absolute path
} }
] ]
} }