mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
localhost not synapse
This commit is contained in:
parent
2c6592a772
commit
f9f03ab96d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -102,5 +102,5 @@ jobs:
|
||||
run: ./e2e-check.sh
|
||||
env:
|
||||
SYNCV3_DB: user=postgres dbname=syncv3 sslmode=disable password=postgres host=localhost
|
||||
SYNCV3_SERVER: http://synapse
|
||||
SYNCV3_SERVER: http://localhost:8008
|
||||
SYNCV3_SECRET: itsasecret
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -eu
|
||||
|
||||
ping -c 2 synapse
|
||||
dig synapse
|
||||
curl -v -XGET 'http://synapse:8008/_matrix/client/versions'
|
||||
curl -v -XGET 'http://localhost:8008/_matrix/client/versions'
|
Loading…
x
Reference in New Issue
Block a user