Start migration to postgresql and other minor fixes and improvements

This commit is contained in:
Lucas Mathews
2024-06-08 20:59:00 +02:00
parent 43ffea728c
commit c79f54eda7
16 changed files with 59 additions and 330 deletions

View File

@@ -1,15 +1,16 @@
[database]
name=bank.db
[api_file]
name=api.yml
[server]
url=http://0.0.0.0:80/
api_file=api.yml
debug=False
scheduler=True
[api]
url=http://0.0.0.0:81/
[database]
type=postgresql
ip=0.0.0.0
port=5432
name=bank
user=root
password=
[sessions]
secret_key=
@@ -17,8 +18,8 @@ secret_key=
[smtp]
enabled=True
host=
port=
port=465
username=
password=
sender_name=Luxbank
sender_email=
sender_email=bank@domain.com