Updated config
This commit is contained in:
@@ -2,19 +2,28 @@
|
|||||||
# Use annotatedyaml for secrets and environment-specific overrides
|
# Use annotatedyaml for secrets and environment-specific overrides
|
||||||
|
|
||||||
database:
|
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
|
# url: "postgresql://user:password@host:port/dbname" # Example for Postgres
|
||||||
|
|
||||||
|
# AlpineBits Python config
|
||||||
|
# Use annotatedyaml for secrets and environment-specific overrides
|
||||||
|
|
||||||
alpine_bits_auth:
|
alpine_bits_auth:
|
||||||
- hotel_id: "12345"
|
- hotel_id: "39054_001"
|
||||||
hotel_name: "Bemelmans Post"
|
hotel_name: "Bemelmans Post"
|
||||||
username: "alice"
|
username: "bemelman"
|
||||||
password: !secret ALICE_PASSWORD
|
password: !secret BEMELMANS_PASSWORD
|
||||||
push_endpoint:
|
|
||||||
url: "https://example.com/push"
|
|
||||||
token: !secret PUSH_TOKEN_ALICE
|
|
||||||
username: "alice"
|
|
||||||
- hotel_id: "135"
|
- hotel_id: "135"
|
||||||
hotel_name: "Bemelmans"
|
hotel_name: "Testhotel"
|
||||||
username: "sebastian"
|
username: "sebastian"
|
||||||
password: !secret BOB_PASSWORD
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user