Move source code into "Source" folder
This commit is contained in:
parent
1ee73fa1a7
commit
389fbb2371
287 changed files with 26 additions and 8 deletions
6
Source/DataLayer/appsettings.json
Normal file
6
Source/DataLayer/appsettings.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"ConnectionStrings": {
|
||||
"// this connection string is ONLY used for DataLayer's Migrations. this appsettings.json file is NOT used at all by application; it is overwritten": "",
|
||||
"LibationContext": "Data Source=LibationContext.db;Foreign Keys=False;"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue