localhost not synapse

This commit is contained in:
Kegan Dougal 2022-07-25 14:32:10 +01:00
parent 2c6592a772
commit f9f03ab96d
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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'