first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Port=5432;Database=sequencedb;Username=sequence_user;Password=sequence_password"
|
||||
},
|
||||
"RedisOptions": {
|
||||
"Configuration": "localhost:6379"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user