pages/Properties/launchSettings.json
2024-10-07 00:50:15 +05:00

12 lines
265 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"applicationUrl": "http://localhost:8080",
"environmentVariables": {
"API_TOKEN": "api_token"
}
}
}
}