mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Create App.config
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
|
||||||
|
<appSettings>
|
||||||
|
<add key="ConnMI1.server" value="managedinstance.public.xxxxxxxxxxx.database.windows.net,3342"/>
|
||||||
|
<add key="ConnMI1.database" value="databasename"/>
|
||||||
|
<add key="ConnMI1.username" value="username"/>
|
||||||
|
<add key="ConnMI1.pass" value="password"/>
|
||||||
|
</appSettings>
|
||||||
|
|
||||||
|
</configuration>
|
||||||
Reference in New Issue
Block a user