Updated requirements. Added
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user