Example config file.

This commit is contained in:
Zed A. Shaw 2025-07-06 00:38:35 -04:00
parent 3bd8d38847
commit 929f755661

9
config_example.toml Normal file
View file

@ -0,0 +1,9 @@
admin = "zedshaw"
views = "./views"
layouts = "layouts/main"
port = ":5001"
[database]
driver = "sqlite3"
url = "db.sqlite3"