From 2e5377cca7c20ce6251c9543298de05b83ba962c Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 18 Dec 2019 00:37:33 +0100 Subject: [PATCH] add step in readme.md --- .env.example | 4 ++-- readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2294949..ac941f3 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/readme.md b/readme.md index 572b6b0..5de300b 100644 --- a/readme.md +++ b/readme.md @@ -4,5 +4,6 @@ This is the background api of c3lf.de ### Development server ```bash +cp .env.example .env docker-compose up ```