Skip to content

Commit 714e645

Browse files
committed
Add Run Configuration Defaults to be stored with the Project for IntelliJ Idea to help minimize the config steps to get started/running for fresh repo clones/check-outs.
1 parent 5e1dbfa commit 714e645

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Functions - apachefop-serverless-az-func" type="AZURE_FUNCTION_SUPPORT" factoryName="Run Functions">
3+
<option name="appName" />
4+
<option name="appServicePlanName" />
5+
<option name="appServicePlanResourceGroup" />
6+
<option name="appSettings">
7+
<map />
8+
</option>
9+
<option name="appSettingsKey" value="60329852-dd47-4b25-8168-2ed01d6ac893" />
10+
<option name="artifact" />
11+
<option name="debugOptions" />
12+
<option name="deployment" />
13+
<option name="deploymentStagingDirectoryPath" />
14+
<option name="funcPath" value="C:\Program Files\nodejs\node_modules\azure-functions-core-tools\bin\func.exe" />
15+
<option name="hostJsonPath" value="D:\Develop\Personal.GitHub\ApacheFOP.Serverless.AzureFunctions\github\apachefop-serverless-az-func\host.json" />
16+
<option name="insightsName" />
17+
<option name="instrumentationKey" />
18+
<option name="javaVersion" />
19+
<option name="localSettingsJsonPath" />
20+
<option name="moduleName" value="apachefop-serverless-az-func" />
21+
<option name="os" />
22+
<option name="pricingTier" />
23+
<option name="providerMap">
24+
<map />
25+
</option>
26+
<option name="region" />
27+
<option name="resourceGroup" />
28+
<option name="stagingFolder" value="D:\Develop\Personal.GitHub\ApacheFOP.Serverless.AzureFunctions\github\apachefop-serverless-az-func\target\azure-functions\apachefop-serverless-az-func-20200715143111377" />
29+
<option name="subscription" />
30+
<method v="2">
31+
<option name="Make" enabled="true" />
32+
</method>
33+
</configuration>
34+
</component>

0 commit comments

Comments
 (0)