20 lines
596 B
YAML
20 lines
596 B
YAML
# Metadata configuration for account mapping
|
|
# This file stores important metadata that links different accounts and identifiers
|
|
|
|
accounts:
|
|
- label: "Example Hotel 1"
|
|
meta_account_id: "act_123456789"
|
|
google_account_id: "987-654-3210"
|
|
alpinebits_hotel_code: "HOTEL001"
|
|
|
|
- label: "Example Hotel 2"
|
|
meta_account_id: "act_987654321"
|
|
google_account_id: "123-456-7890"
|
|
alpinebits_hotel_code: "HOTEL002"
|
|
|
|
# Add more accounts as needed
|
|
# - label: "Your Account Name"
|
|
# meta_account_id: "act_xxxxx"
|
|
# google_account_id: "xxx-xxx-xxxx"
|
|
# alpinebits_hotel_code: "HOTELxxx"
|