FEAT: DB basics
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings":{
|
||||
"DefaultConnection": "Host=localhost;Port=45738;Database=mydb;Username=postgres;Password=password"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user