From 0dc726f52b207518b80c1bf5d09ca1b6a1093613 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 1 Mar 2024 23:12:56 +0800 Subject: [PATCH] Add initial setup instructions for the DB --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3940f5d..3f02821 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ docker run --rm -it -v $PWD:/app composer install docker compose up -d ``` +## Initial setup +Use the following fields for the DB to work: + +MySQL Host: mariadb +MySQL Username: flarum +MySQL Password: flarumpass + ## Contributing Thank you for considering contributing to Flarum! Please read the **[Contributing guide](https://docs.flarum.org/contributing)** to learn how you can help.