6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<add key="connect" value="Host=192.168.56.102;Port=5432;Database=newdb;Username=username123;Password=12345"/>
|
||
|
</appSettings>
|
||
|
</configuration>
|