12 lines
265 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|