Last change
on this file since 18007 was
13538,
checked in by thasling, 9 years ago
|
Connectionstring to peerlistserver now in app.config
|
File size:
330 bytes
|
Rev | Line | |
---|
[13524] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <startup>
|
---|
| 4 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
---|
| 5 | </startup>
|
---|
[13538] | 6 | <appSettings>
|
---|
| 7 | <add key="ContactServerURL" value="http://localhost:9090/DistributedGA.ContactServer/ContactService"/>
|
---|
| 8 | </appSettings>
|
---|
[13524] | 9 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.