Fix config file for the dev server

This commit is contained in:
Thomas Sileo 2018-05-20 22:51:06 +02:00
parent c6b9bee28e
commit 31b9010ced
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,6 @@ script:
- cp -r tests/me.yml config/me.yml - cp -r tests/me.yml config/me.yml
- docker-compose up -d - docker-compose up -d
- docker-compose ps - docker-compose ps
- sleep 2 - sleep 3
- curl http://localhost:5005/
- docker-compose logs web - docker-compose logs web
- pytest -v --ignore data - pytest -v --ignore data

View file

@ -3,4 +3,5 @@ name: 'CI tests'
icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png' icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png'
domain: 'localhost:5005' domain: 'localhost:5005'
summary: 'test instance summary' summary: 'test instance summary'
pass: '$2b$12$nEgJMgaYbXSPOvgnqM4jSeYnleKhXqsFgv/o3hg12x79uEdsR4cUy' # hello
https: false https: false