Добавление App.config
This commit is contained in:
parent
575bb1f8ad
commit
22919a363a
6
RouteGuide/RouteGuide/App.config
Normal file
6
RouteGuide/RouteGuide/App.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<appSettings>
|
||||||
|
<add key="connectToDb" value="Host=192.168.56.104;Port=5432;Database=RouteGuide;Username=postgres;Password=password"/>
|
||||||
|
</appSettings>
|
||||||
|
</configuration>
|
Loading…
Reference in New Issue
Block a user