From 92d35497223ba180fd9a2b71431d4f6d0463d7ac Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:18:27 +0200 Subject: [PATCH] update settings --- config/settings.yaml | 13 ++++++++++--- icons/add_book.svg | 4 ++++ icons/user.svg | 1 + 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 icons/add_book.svg create mode 100644 icons/user.svg diff --git a/config/settings.yaml b/config/settings.yaml index a96ce4b..63a192e 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,7 +1,14 @@ institution_name: HB Testbibliothek Psychologie default_loan_duration: 7 database: - path: C:/db - name: library.db + path: C:/newestdb_mew + name: libraries.db backupLocation: V:/backup -library_id: 20735 + do_backup: false +report: + generate_report: false + email: None + +debug: false +log_debug: false +catalogue: True diff --git a/icons/add_book.svg b/icons/add_book.svg new file mode 100644 index 0000000..acd98b6 --- /dev/null +++ b/icons/add_book.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/user.svg b/icons/user.svg new file mode 100644 index 0000000..9b6e823 --- /dev/null +++ b/icons/user.svg @@ -0,0 +1 @@ + \ No newline at end of file