moving db to subdirectory
This commit is contained in:
parent
4fc7babd75
commit
1510b93fa0
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"WebApiDatabase": "Data Source=LocalDatabase.db"
|
"WebApiDatabase": "Data Source=db/LocalDatabase.db"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"WebApiDatabase": "Data Source=LocalDatabase.db"
|
"WebApiDatabase": "Data Source=db/LocalDatabase.db"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|
BIN
Sledgemapper.Api/db/LocalDatabase.db
Normal file
BIN
Sledgemapper.Api/db/LocalDatabase.db
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue