hako/devdata/config.yaml

8 lines
404 B
YAML

database_url: "sqlite:./devdata/hako.db"
jwt_secret: "dev-secret-key-change-in-production"
jwt_expiration: "24h"
server_port: 8080
# server_host: "127.0.0.1" # IP address or hostname to bind to (mutually exclusive with server_interface)
# server_interface: "eth0" # Network interface name to bind to (mutually exclusive with server_host)
archive_storage_path: "./devdata/data"
enable_access_log: false