mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
13 lines
540 B
XML
13 lines
540 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="ida:AADInstance" value="https://login.windows.net/{0}"/>
|
|
<add key="ida:Tenant" value="cqclinic.onmicrosoft.com" />
|
|
<add key="ida:ClientId" value="a4bbfe26-dbaa-4fec-8ef5-223d229f647d"/>
|
|
<add key="ida:CertName" value="CN=mytokentestCert"/>
|
|
<add key="sqldb:ResourceId" value="https://database.windows.net/"/>
|
|
</appSettings>
|
|
</configuration> |