Базовая работа на Linux

This commit is contained in:
2026-06-04 19:24:08 +03:00
parent 72a5392a73
commit e07fc408eb
37 changed files with 1632 additions and 80 deletions

View 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"
}
}