Updated requirements. Added

This commit is contained in:
Jonas Linter
2025-09-27 17:06:54 +02:00
parent 5fb313d4cc
commit 7b539ea42f
7 changed files with 327 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
# AlpineBits Python config
# Use annotatedyaml for secrets and environment-specific overrides
database:
url: "sqlite:///alpinebits.db" # For local dev, use SQLite. For prod, override with PostgreSQL URL.
# url: "postgresql://user:password@host:port/dbname" # Example for Postgres
secrets:
# Example: API keys, tokens, etc. Use annotatedyaml to mark these as secrets.
# api_key: !secret "my-secret-key"