From 52f95bd6776e2579003ec70607ee0f2d3cccc5ed Mon Sep 17 00:00:00 2001 From: Jonas Linter Date: Wed, 8 Oct 2025 15:28:36 +0200 Subject: [PATCH] Updated config --- config/config.yaml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 24ea922..c95ccfc 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -2,19 +2,28 @@ # Use annotatedyaml for secrets and environment-specific overrides database: - url: "sqlite+aiosqlite:///alpinebits.db" # For local dev, use SQLite. For prod, override with PostgreSQL URL. + url: "sqlite+aiosqlite:///alpinebits.db" # For local dev, use SQLite. For prod, override with PostgreSQL URL. # url: "postgresql://user:password@host:port/dbname" # Example for Postgres +# AlpineBits Python config +# Use annotatedyaml for secrets and environment-specific overrides + alpine_bits_auth: - - hotel_id: "12345" + - hotel_id: "39054_001" hotel_name: "Bemelmans Post" - username: "alice" - password: !secret ALICE_PASSWORD - push_endpoint: - url: "https://example.com/push" - token: !secret PUSH_TOKEN_ALICE - username: "alice" + username: "bemelman" + password: !secret BEMELMANS_PASSWORD - hotel_id: "135" - hotel_name: "Bemelmans" + hotel_name: "Testhotel" username: "sebastian" - password: !secret BOB_PASSWORD \ No newline at end of file + password: !secret BOB_PASSWORD + + - hotel_id: "39052_001" + hotel_name: "Jagthof Kaltern" + username: "jagthof" + password: !secret JAGTHOF_PASSWORD + + - hotel_id: "39040_001" + hotel_name: "Residence Erika" + username: "erika" + password: !secret ERIKA_PASSWORD