Browse Source

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

Bahman 2 years ago
parent
commit
ae379bf770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      All-in-One-fallbacks-Nginx/server.json

+ 1 - 1
All-in-One-fallbacks-Nginx/server.json

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