Initial Commit
This commit is contained in:
13
TomcatServer/RegistrationServer/app_mck.config
Normal file
13
TomcatServer/RegistrationServer/app_mck.config
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup>
|
||||
<appSettings>
|
||||
<add key="Url" value="services.ndchealthvar.com"/>
|
||||
<add key="Port" value="443" />
|
||||
<add key="SQLServer" value="atl-gildb" />
|
||||
<add key="SQLInstance" value="" />
|
||||
<add key="SQLDatabaseName" value="Mobile_Registration" />
|
||||
<add key="SQLUsername" value="MobileDBA" />
|
||||
<add key="SQLPassword" value="G0MobileYEAH!@#" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user