# SnapLedger Backend Configuration # Copy this file to config.yaml and fill in your credentials. s3: endpoint: "https://.r2.cloudflarestorage.com" public_endpoint: "" bucket: "snapledger" access_key: "YOUR_S3_ACCESS_KEY" secret_key: "YOUR_S3_SECRET_KEY" postgresql: host: "localhost" port: 5432 database: "snapledger" user: "snapledger_user" password: "YOUR_POSTGRES_PASSWORD" api: token: "YOUR_API_TOKEN"