Skip to content

Commit 9d10bd2

Browse files
add config
1 parent d95b723 commit 9d10bd2

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

DocuSign.Workspaces/DocuSign.Workspaces.sln.DotSettings.user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ASecurity_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003F618474b3a7a24c07a172752f30df361467000_003Ff8_003Fbe9c668a_003FSecurity_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3232
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ASigner_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003Fc5a0acb18b7542e28324415a109391b15bd200_003F25_003F1beeea9c_003FSigner_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3333
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003ASpeakeasyHttpClient_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003F618474b3a7a24c07a172752f30df361467000_003F61_003Fc537c789_003FSpeakeasyHttpClient_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
34+
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AThrowHelper_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FSourcesCache_003F6780d13016c376c4491c5618b257d84da7eacf747ed2719783e775546b79b_003FThrowHelper_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3435
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AThrowHelper_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FSourcesCache_003Fa421bf72ce1bd97d2cd3e8739d53f71ff6052294923c475677806b3df7381_003FThrowHelper_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3536
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AUpdateWorkspaceBody_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003F618474b3a7a24c07a172752f30df361467000_003Fee_003F5a05a66e_003FUpdateWorkspaceBody_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
3637
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AWorkspaceEnvelopeForCreate_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2025_002E1_003Fresharper_002Dhost_003FDecompilerCache_003Fdecompiler_003F618474b3a7a24c07a172752f30df361467000_003Fef_003Fc5062791_003FWorkspaceEnvelopeForCreate_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Warning"
5+
}
6+
},
7+
"AllowedHosts": "*",
8+
"DocuSign": {
9+
"IntegrationKey": "7da8db75-53f4-44ad-8f1d-6d8542e8dcc5",
10+
"SecretKey": "96c0740c-5bac-4b34-bd59-bf45b8ea3dd3",
11+
"SecretKeyProd": "{SecretKeyProd}",
12+
"RedirectBaseUrl": "https://workspaces-dxd4ffhyhrd0f0bk.eastus-01.azurewebsites.net",
13+
"EventNotificationBaseUrl": "https://workspaces-dxd4ffhyhrd0f0bk.eastus-01.azurewebsites.net",
14+
"RSAPrivateKeyFile": "private.key",
15+
"JWTLifeTime": "1",
16+
"TestAccountConnectionSettings": {
17+
"BasePath": "https://account-d.docusign.com",
18+
"BaseUri": "https://demo.docusign.net",
19+
"UserId": "f6d49bf1-de84-4499-9897-99017e125334",
20+
"AccountId": "4b6e3378-2fda-498b-86e7-55513966f05a"
21+
}
22+
},
23+
"CustomerProfile": {
24+
"Login": "dslauncherautomation@gmail.com",
25+
"Password": "#MZ09Vn747qN"
26+
}
27+
}

0 commit comments

Comments
 (0)