add step in readme.md

This commit is contained in:
j3d1 2019-12-18 00:37:33 +01:00
parent b19568a524
commit 2e5377cca7
2 changed files with 3 additions and 2 deletions

View file

@ -9,11 +9,11 @@ LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_HOST=dbserver
DB_PORT=3306
DB_DATABASE=lostfound
DB_USERNAME=lostfound
DB_PASSWORD=club-mate!Cola
DB_PASSWORD=lostfound
CACHE_DRIVER=file
QUEUE_CONNECTION=sync

View file

@ -4,5 +4,6 @@ This is the background api of c3lf.de
### Development server
```bash
cp .env.example .env
docker-compose up
```