class SiteSetting { static get account() { return 'eyewears'; } static get container() { return 'tenants'; } static get tenantId() { return '3'; } static get friendlyName() { return 'DishaOptical.com (👓)'; } static get prescriptionDirectory() { return 'prescription'; } static get newOrderDirectory() { return 'new-order'; } static get azureStorageBlobSas() { return 'si=policy-write&spr=https&sv=2022-11-02&sr=c&sig=bKLZphNNHy6%2Fo0iMH2A60zNgBGpeyADJejNkBPKTF%2F8%3D'; } static get newAppointmentDirectory() { return 'new-appointment'; } static get publicOrderDirectory() { return 'public-order'; } static get orderRoute() { return 'order-tracking.html'; } static get phoneNumber() { return '8240806521'; } static get reCaptchaSiteKey() { return '6LfZRLMpAAAAAICTO6yDOo8wCtNNNBgeFyGCGbeb'; } static get lensBlobDirectoryName() { return 'data/lens'; } static get lensCoatingBlobDirectoryName() { return 'data/lens-coating'; } static get productBlobDirectoryName() { return 'data/product'; } static get azureTableSasTokenForPeopleInputPayload() { return 'si=Add&spr=https&sv=2022-11-02&sig=7dR0vn58dyBth%2FPPWtkcmlAWaTIUCMTP2KHHDfyST1Q%3D&tn=PeopleInputPayload'; } static get azureTablePeopleInputPayloadTableName() { return 'PeopleInputPayload'; } }