Started with db development
This commit is contained in:
@@ -5,6 +5,12 @@ 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"
|
||||
alpine_bits_auth:
|
||||
- hotel_id: "123"
|
||||
hotel_name: "Frangart Inn"
|
||||
username: "alice"
|
||||
password: !secret ALICE_PASSWORD
|
||||
- hotel_id: "456"
|
||||
hotel_name: "Bemelmans"
|
||||
username: "bob"
|
||||
password: !secret BOB_PASSWORD
|
||||
Reference in New Issue
Block a user