2m2d/sample_config.toml

9 lines
445 B
TOML

# Secret used for hashing authentication session cookies. MUST be cryptographically secure and at least 64 bytes!
secret = "..."
# connection used for connecting to the postgresql database
connection_string = "postgres://user:pass@host/database_name"
# optional: directory where templates are stored. default: "./templates"
template_dir = "templates"
# optional: directory where static files are stored: default "./static"
static_dir = "static"