pages/Properties/launchSettings.json

13 lines
265 B
JSON
Raw Normal View History

2024-10-06 19:50:15 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"applicationUrl": "http://localhost:8080",
"environmentVariables": {
"API_TOKEN": "api_token"
}
}
}
}