mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add SERVER_NAME to settings.ini
This commit is contained in:
parent
4749626ca0
commit
3fa2bd1dab
2 changed files with 3 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -555,7 +555,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "29681040d277549e501822f687cc25e7c4584965f36905d89459e227478b6357"
|
content-hash = "66a89f7e36e3f63c4e24f8eb3afefa388f96be95768ce3a2a7b16fd0350b5592"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
alembic = [
|
alembic = [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
SQLITE_DB_PATH = "../db/advlab.db"
|
SERVER_NAME = localhost:5000
|
||||||
|
SQLITE_DB_PATH = /volumes/data/advlabdb.db
|
||||||
CHECK_EMAIL_DELIVERABILITY = True
|
CHECK_EMAIL_DELIVERABILITY = True
|
||||||
SECURITY_PASSWORD_LENGTH_MIN = 15
|
SECURITY_PASSWORD_LENGTH_MIN = 15
|
||||||
|
|
Loading…
Reference in a new issue