diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-01-31 15:55:44 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-01-31 15:55:44 +0300 |
commit | a9e52b199b0661b85ca0c7e1318c30742a1168bd (patch) | |
tree | aba504e711ddfa8beaf035af76256a367a6559f8 /appsettings.json | |
parent | cdd9f9e98bb5eaf5031ad48a1989853c83fcfed0 (diff) |
Database init
Diffstat (limited to 'appsettings.json')
-rw-r--r-- | appsettings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/appsettings.json b/appsettings.json index 10f68b8..6f63f2f 100644 --- a/appsettings.json +++ b/appsettings.json @@ -5,5 +5,8 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "ConnectionStrings": { + "MyDarlingDb": "Data Source=Database/MyDarlingDb.db" + } } |