Files
tiku-backend.net/Tiku.Worker/Properties/launchSettings.json
2026-07-26 04:29:58 +08:00

13 lines
268 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Tiku.Worker": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}