Files
AdPlatform-Server/GoogleApi/Properties/launchSettings.json
2026-02-03 15:04:37 -08:00

27 lines
758 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"GOOGLE_INTERNAL_KEY": "dev-test-key-12345"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5180"
},
"Container (.NET SDK)": {
"commandName": "SdkContainer",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080",
"GOOGLE_INTERNAL_KEY": "dev-test-key-12345"
},
"publishAllPorts": true
}
}
}