6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<add key="connectToDb" value="Host=192.168.56.101;Port=5432;Database=TransportSubd;Username=postgres;Password=1502"/>
|
||
|
</appSettings>
|
||
|
</configuration>
|