Initial commit
This commit is contained in:
5
MealPlan.Api/appsettings.Local.json.example
Normal file
5
MealPlan.Api/appsettings.Local.json.example
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=your-db-host;Port=5432;Database=mealplan;Username=user;Password=secret"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user