File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright (C) 2021-2023 Technology Matters
3+ * This program is free software: you can redistribute it and/or modify
4+ * it under the terms of the GNU Affero General Public License as published
5+ * by the Free Software Foundation, either version 3 of the License, or
6+ * (at your option) any later version.
7+ *
8+ * This program is distributed in the hope that it will be useful,
9+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ * GNU Affero General Public License for more details.
12+ *
13+ * You should have received a copy of the GNU Affero General Public License
14+ * along with this program. If not, see https://www.gnu.org/licenses/.
15+ */
16+
17+ import { Configuration } from '../types' ;
18+ import { config as usvcStaging } from '../configurations/usvc-staging' ;
19+
20+ const accountSid = 'AC3240f813a27a4c52b12e5c5c23960b25' ;
21+ const flexFlowSid = 'FO98a2a2bf5f016669bba61ef9c19983aa' ;
22+
23+ export const config : Configuration = {
24+ ...usvcStaging ,
25+ checkOpenHours : false ,
26+ accountSid,
27+ flexFlowSid,
28+ twilioServicesUrl : new URL ( `https://hrm-production.tl.techmatters.org/lambda/twilio/account-scoped/${ accountSid } ` ) ,
29+ } ;
You can’t perform that action at this time.
0 commit comments