Initial Commit
This commit is contained in:
9
TomcatServer/Target/Release/RegistrationServer.config
Normal file
9
TomcatServer/Target/Release/RegistrationServer.config
Normal file
@@ -0,0 +1,9 @@
|
||||
<appSettings>
|
||||
<add key="Url" value="services.ndchealthvar.com"/>
|
||||
<add key="Port" value="1949" />
|
||||
<add key="SQLServer" value="MLMobile" />
|
||||
<add key="SQLInstance" value="SQLEXPRESS" />
|
||||
<add key="SQLDatabaseName" value="Mobile_Registration" />
|
||||
<add key="SQLUsername" value="sa" />
|
||||
<add key="SQLPassword" value="Clinical$1" />
|
||||
</appSettings>
|
||||
Reference in New Issue
Block a user