diff --git a/deploy/settings_example.ini b/deploy/settings_example.ini deleted file mode 100644 index ee5b294..0000000 --- a/deploy/settings_example.ini +++ /dev/null @@ -1,5 +0,0 @@ -[Settings] -repo_url = https://codeberg.org/Mo8it/AdvLabDB - -CHECK_EMAIL_DELIVERABILITY = True -SECURITY_PASSWORD_LENGTH_MIN = 15 diff --git a/deploy/settings_template.ini b/deploy/settings_template.ini new file mode 100644 index 0000000..93f217c --- /dev/null +++ b/deploy/settings_template.ini @@ -0,0 +1,11 @@ +[Settings] +# The repository URL to be shown as a link to the source code +repo_url = https://codeberg.org/mo8it/advlabdb + +# HTML that can be shown on the login page +# login_view_message = + +# If email addresses should be checked for deliverability +CHECK_EMAIL_DELIVERABILITY = True +# Minimum password length +SECURITY_PASSWORD_LENGTH_MIN = 15