From 3fa2bd1dab60993f75d443fa8cdf32960a9774e9 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 8 Aug 2022 22:51:34 +0200 Subject: [PATCH] Add SERVER_NAME to settings.ini --- poetry.lock | 2 +- settings_example.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 242a0d7..da64772 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,7 +555,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "29681040d277549e501822f687cc25e7c4584965f36905d89459e227478b6357" +content-hash = "66a89f7e36e3f63c4e24f8eb3afefa388f96be95768ce3a2a7b16fd0350b5592" [metadata.files] alembic = [ diff --git a/settings_example.ini b/settings_example.ini index 47f767e..8649708 100644 --- a/settings_example.ini +++ b/settings_example.ini @@ -1,4 +1,5 @@ [Settings] -SQLITE_DB_PATH = "../db/advlab.db" +SERVER_NAME = localhost:5000 +SQLITE_DB_PATH = /volumes/data/advlabdb.db CHECK_EMAIL_DELIVERABILITY = True SECURITY_PASSWORD_LENGTH_MIN = 15