From 15be16e3ddac86f258a807e8a35ad76899570658 Mon Sep 17 00:00:00 2001 From: Vadim Melnik Date: Wed, 20 Sep 2023 14:21:38 +0300 Subject: [PATCH] HTTPS migration for repromon Web server. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9747b99..134e2b2 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,16 @@ To stop instances use: ( set -a && source ./.env.dev && podman-compose -f docker-compose.dev.yml down ; ) - ### Local Development Environment +Local Python development can be used on project as is with any editor e.g. PyCharm. +Default local configuration specified in '.env.local' file and uses project build-in SQLite3 DB. -## Web Application UI +