From 14670fe393f9dc6b713a463e495b765c550d040b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 24 Jan 2023 15:16:39 +0100 Subject: [PATCH] Updated Getting started (markdown) --- Getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-started.md b/Getting-started.md index fbe08ed..6038d30 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -7,7 +7,9 @@ Before starting its useful to read a bit about the [concepts of Part-DB](https:/
Click to expand -**TODO** +Before you start creating data structures, you should configure Part-DB to your needs by changing possible configuration options. +This is done either via changing the `.env.local` file in a direct installation or by changing the env variables in your `docker-compose.yaml` file. +A list of possible configuration options, can be found [here](Configuration).