fixes default template value for password at server.json:237

This commit is contained in:
Bahman 2023-02-17 16:42:05 +02:00 committed by yuhan6665
parent 4effea1dc1
commit ae379bf770
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
"clients": [ "clients": [
{ {
"email":"general@trojan-ws", "email":"general@trojan-ws",
"password": "90e4903e-66a4-45f7-abda-fd5d5ed7f797", "password": "desdemona99",
"level": 0 "level": 0
} }
] ]