Changed config file to an example to be able to use local dev file

This commit is contained in:
2025-10-27 09:00:52 +01:00
parent ec126bbdc4
commit d692bf1cdd
2 changed files with 1 additions and 0 deletions

11
config.toml.example Normal file
View File

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