forked from microsoft/CopilotStudioSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserve.json
More file actions
39 lines (39 loc) · 1.29 KB
/
Copy pathserve.json
File metadata and controls
39 lines (39 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
"serveConfigurations": {
"default": {
"pageUrl": "https://m365x66364744.sharepoint.com/sites/GlobalSales/SitePages/Home.aspx",
"customActions": {
"4c6e29f2-7eee-4f9f-bbd2-20c8859d0ba2": {
"location": "ClientSideExtension.ApplicationCustomizer",
"properties": {
"appClientId": "APP-REGISTRATION-ID",
"tenantId": "TENANT-ID",
"environmentId": "ENV-ID",
"agentIdentifier": "AGENT-ID",
"directConnectUrl": "YOUR-DIRECT-CONNECT-URL",
"showTyping": true
}
}
}
},
"sidebarAgent": {
"pageUrl": "https://m365x66364744.sharepoint.com/sites/GlobalSales/SitePages/Home.aspx",
"customActions": {
"4c6e29f2-7eee-4f9f-bbd2-20c8859d0ba2": {
"location": "ClientSideExtension.ApplicationCustomizer",
"properties": {
"appClientId": "APP-REGISTRATION-ID",
"tenantId": "TENANT-ID",
"environmentId": "ENV-ID",
"agentIdentifier": "AGENT-ID",
"directConnectUrl": "YOUR-DIRECT-CONNECT-URL",
"showTyping": true
}
}
}
}
}
}