mirror of https://github.com/abpframework/abp.git
7 changed files with 7 additions and 7 deletions
@ -1,6 +1,6 @@ |
|||
{ |
|||
"ConnectionStrings": { |
|||
"SqlServer": "Server=localhost;Database=BloggingTestApp;Trusted_Connection=True;MultipleActiveResultSets=true", |
|||
"MongoDb": "mongodb://localhost:27017|BloggingTestApp" |
|||
"MongoDb": "mongodb://localhost:27017/BloggingTestApp" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue