mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
修改端口9001为9002
This commit is contained in:
parent
8497f652bc
commit
a5cf527e8d
47 changed files with 109 additions and 109 deletions
|
@ -28,7 +28,7 @@ To run the backend tests, run the following from the Etherpad working directory:
|
|||
(cd src && pnpm test)
|
||||
```
|
||||
|
||||
To run the frontend tests, visit: http://localhost:9001/tests/frontend/
|
||||
To run the frontend tests, visit: http://localhost:9002/tests/frontend/
|
||||
|
||||
## Copyright and License
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
pnpm run prod &
|
||||
connected=false
|
||||
can_connect() {
|
||||
curl -sSfo /dev/null http://localhost:9001/ || return 1
|
||||
curl -sSfo /dev/null http://localhost:9002/ || return 1
|
||||
connected=true
|
||||
}
|
||||
now() { date +%s; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue