Initial Commit
This commit is contained in:
13
TomcatServer/RegistrationServer/app_home.config
Normal file
13
TomcatServer/RegistrationServer/app_home.config
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup>
|
||||
<appSettings>
|
||||
<add key="Url" value="dev.ideastoaction.com"/>
|
||||
<add key="Port" value="444" />
|
||||
<add key="SQLServer" value="WEBBY" />
|
||||
<add key="SQLInstance" value="SQLEXPRESS" />
|
||||
<add key="SQLDatabaseName" value="Mobile_Registration" />
|
||||
<add key="SQLUsername" value="sa" />
|
||||
<add key="SQLPassword" value="Clinical$1" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user