Updated meta_api_grabber to view manager
This commit is contained in:
19
metadata.yaml
Normal file
19
metadata.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user