Added database to AppState

This commit is contained in:
2025-10-27 08:45:35 +01:00
parent 9c79881c4b
commit 0fe13b6ce7
2 changed files with 34 additions and 2 deletions

View File

@@ -2,4 +2,10 @@
# Change with actual location of assets
assets="./assets"
# Set bind address
bind="127.0.0.1:8080"
bind="127.0.0.1:8080"
[database]
address="127.0.0.1:5432"
user="web"
password="apassword"
database_name="website"