From 080754a1d071202bdcb4207448c9e6ff05240129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20L=C3=B6fgren?= <viclo211@student.liu.se> Date: Wed, 2 Jun 2021 20:22:25 +0000 Subject: [PATCH] Update further.md --- docs/source/development/further.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/development/further.md b/docs/source/development/further.md index a5159312..bf5faaa5 100644 --- a/docs/source/development/further.md +++ b/docs/source/development/further.md @@ -23,3 +23,9 @@ Components rendered in SlideDisplay.tsx in client are scaled inconsistently and Here we will give a list of things we think will improve the system. It is not certain that they are a better solutions but definitely something to look into. + +### Server configuration + +The server can be configured to run in development or production mode and can use either sqllite or postgresql. +The code to handle these configuration options were written very late in the project and should be refactored, maybe using [argparse](https://docs.python.org/3/library/argparse.html). + -- GitLab