Базовая работа на Linux
This commit is contained in:
16
src/Sms.TaskTwo.Avalonia/appsettings.json
Normal file
16
src/Sms.TaskTwo.Avalonia/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"EnvironmentVariables": {
|
||||
"Names": [
|
||||
"SMS_MEAL_SERVER_URL",
|
||||
"SMS_MEAL_API_KEY"
|
||||
],
|
||||
"CommentsVariableName": "SMS_TASK_TWO_COMMENTS",
|
||||
"CustomVariablesVariableName": "SMS_TASK_TWO_CUSTOM_VARS",
|
||||
"Defaults": {
|
||||
"SMS_MEAL_SERVER_URL": "https://localhost"
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogDirectory": "logs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user