mama/mama.toml.example

14 lines
303 B
Text

# mama configuration file.
# Copy this to mama.toml and adjust. mama.toml is gitignored.
[database]
host = "127.0.0.1"
port = 5432
user = "mama"
password = "CHANGEME"
dbname = "mama"
archive_root = "/mnt/archive"
# hostname is auto-detected via socket.gethostname() if omitted
# hostname = "blobbox"