Browse Source

fix: parse-dashboard readme

ryanemax 8 months ago
parent
commit
dfc8fc6cbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ npm run start
 - 数据库
     - psql --dbname=postgresql://postgres:Edu2024textbask@127.0.0.1:25432/
 - 管理看板
-    - parse-dashboard --appId edu-textbook --masterKey "EDU2024" --serverURL http://8.140.98.43/parse --appName NovaCloud
+    - parse-dashboard --appId edu-textbook --masterKey "EDU2024" --serverURL http://8.140.98.43/parse --appName EduTextbook
 ``` sql
 ALTER USER postgres WITH PASSWORD 'Edu2024textbask';
 ```