Move CLI project into subfolder
This commit is contained in:
10
Cli/appsettings.example.json
Normal file
10
Cli/appsettings.example.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Api": {
|
||||
"BaseUrl": "https://beta.foodsharing.de"
|
||||
},
|
||||
"Credentials": {
|
||||
"Email": "demo@example.com",
|
||||
"Password": "demo-password",
|
||||
"TwoFactorEnabled": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user