Setup ef core tools and sqlite database with some entities
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Filename=../BrightGlimmer.Data/bright_glimmer.db"
|
||||
},
|
||||
"amqp": {
|
||||
"username": "guest",
|
||||
"password": "guest",
|
||||
"hostname": "localhost",
|
||||
"uri": "amqp://localhost:5672/",
|
||||
"virtualhost": "/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user