First Code Commit

This commit is contained in:
Lucas Mathews
2024-05-17 10:48:19 +02:00
parent eeb1468453
commit 745ed14c56
39 changed files with 2227 additions and 0 deletions

20
bank.ini Normal file
View File

@@ -0,0 +1,20 @@
[database]
name=bank.db
add_sample_data=True
[api_file]
name=api.yml
[server]
listen_ip=127.0.0.1
port=81
debug=True
[frontend]
listen_ip=127.0.0.1
port=80
debug=True
[api]
url=http://127.0.0.1:81/