From 98e17766b203734a1817eed94338e2d25f4395f7 Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 13 Feb 2021 16:20:18 +0200 Subject: Project Restructure P.1 --- src/Data/DevHive.Data/ConnectionString.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Data/DevHive.Data/ConnectionString.json (limited to 'src/Data/DevHive.Data/ConnectionString.json') diff --git a/src/Data/DevHive.Data/ConnectionString.json b/src/Data/DevHive.Data/ConnectionString.json new file mode 100644 index 0000000..c8300b2 --- /dev/null +++ b/src/Data/DevHive.Data/ConnectionString.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=password;" + } +} \ No newline at end of file -- cgit v1.2.3