-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAppSettingsSecrets.config
18 lines (18 loc) · 1.18 KB
/
AppSettingsSecrets.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<appSettings>
<add key="MessagingFromAddress" value="[email protected]" />
<add key="SF_SecurityToken" value="oIqp4VYIDGgC1RbrVizsx9cn"/>
<add key="SF_ConsumerKey" value="3MVG9AJuBE3rTYDgjVgTfUitelUN3MLORTz6azdHYmJsvs0K02QglzBm1zzKwK2LcrcbaBs5KL73h3VVTcyqj"/>
<add key="SF_ConsumerSecret" value="2141776852231166051"/>
<add key="SF_Username" value="[email protected]"/>
<add key="SF_Password" value="An@lyz3r2SF"/>
<add key="SF_TokenRequestEndpointUrl" value="https://test.salesforce.com/services/oauth2/token"/>
<add key="LoggerEmailNotificationEnabled" value="true"/>
<add key="LoggerEmailNotificationToAddress" value="[email protected]"/>
<add key="SFWebJobDelayIntervalMinutes" value="15"/>
<add key="AzureRuntime" value="false" />
<add key="DefaultUserPassword" value="OpHealth!23" />
<add key="DocumentDB_Endpoint" value="https://localhost:8081/" />
<add key="DocumentDB_AuthKey" value="C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" />
<add key="DocumentDB_Database" value="Enrollment" />
<add key="DocumentDB_Collection" value="Responses" />
</appSettings>