Added example config

This commit is contained in:
Vegard Berg 2023-09-15 08:16:02 +02:00
parent 44baca5071
commit 10a3f86f46
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
bin
bin.exe
*.db
tmp
tmp/*

12
config.example.toml Normal file
View File

@ -0,0 +1,12 @@
host = "0.0.0.0"
port = 8080
base_url = "http://localhost:8080"
debug = true
[smtp]
enabled = false
# host = "smtp.example.com"
# port = 587
# username = "username"
# password = "password"
# from = "John Smith <jsmith@example.com>"