diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-19 16:19:29 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-19 16:19:29 +0200 |
| commit | 1f6962768de80cb2a017d53a1985899063d062dd (patch) | |
| tree | ca96d9cc927b6e6134ac1c84408a310485e9bd95 /src/DevHive.Data/ConnectionString.json | |
| parent | fa09c0cc6cf99034dcc1301692ccb4d019087213 (diff) | |
| download | DevHive-1f6962768de80cb2a017d53a1985899063d062dd.tar DevHive-1f6962768de80cb2a017d53a1985899063d062dd.tar.gz DevHive-1f6962768de80cb2a017d53a1985899063d062dd.zip | |
Moved migrations to DevHive.Data
Diffstat (limited to 'src/DevHive.Data/ConnectionString.json')
| -rw-r--r-- | src/DevHive.Data/ConnectionString.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DevHive.Data/ConnectionString.json b/src/DevHive.Data/ConnectionString.json new file mode 100644 index 0000000..00e95c2 --- /dev/null +++ b/src/DevHive.Data/ConnectionString.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;" + } +}
\ No newline at end of file |
