2026-06-21 13:15:06 +02:00
|
|
|
# Local development configuration for `just dev`.
|
2026-06-26 20:41:49 +02:00
|
|
|
# Copy to config.toml and adjust. Keep real admin hashes out of Git.
|
2026-06-21 13:15:06 +02:00
|
|
|
|
|
|
|
|
[server]
|
|
|
|
|
host = "127.0.0.1"
|
|
|
|
|
port = 9090
|
|
|
|
|
|
|
|
|
|
content_dir = "./posts"
|
|
|
|
|
users_file = "./users.toml"
|
|
|
|
|
|
|
|
|
|
[site]
|
|
|
|
|
title = "volumen (dev)"
|
|
|
|
|
description = "Local development instance of volumen."
|
|
|
|
|
base_url = "http://localhost:9090"
|
|
|
|
|
language = "cs"
|
|
|
|
|
author = "Petr Balvín"
|
|
|
|
|
|
|
|
|
|
[admin]
|
2026-06-26 20:41:49 +02:00
|
|
|
# Generate a hash with: bundle exec exe/volumen hash-password
|
|
|
|
|
password_hash = ""
|
2026-06-21 13:15:06 +02:00
|
|
|
session_key = ""
|
|
|
|
|
session_ttl = 86400
|