mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
|
{
|
|||
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|||
|
"iisSettings": {
|
|||
|
"windowsAuthentication": false,
|
|||
|
"anonymousAuthentication": true,
|
|||
|
"iisExpress": {
|
|||
|
"applicationUrl": "http://localhost:5976",
|
|||
|
"sslPort": 44332,
|
|||
|
"environmentVariables": {
|
|||
|
"POSTGRES_Host": "localhost:5432"
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"profiles": {
|
|||
|
"http": {
|
|||
|
"commandName": "Project",
|
|||
|
"dotnetRunMessages": true,
|
|||
|
"launchBrowser": true,
|
|||
|
"launchUrl": "swagger",
|
|||
|
"applicationUrl": "http://localhost:5287",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|||
|
"POSTGRES_Host": "localhost:5432"
|
|||
|
}
|
|||
|
},
|
|||
|
"https": {
|
|||
|
"commandName": "Project",
|
|||
|
"dotnetRunMessages": true,
|
|||
|
"launchBrowser": true,
|
|||
|
"launchUrl": "swagger",
|
|||
|
"applicationUrl": "https://localhost:7206;http://localhost:5287",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|||
|
"POSTGRES_Host": "localhost:5432"
|
|||
|
}
|
|||
|
},
|
|||
|
"IIS Express": {
|
|||
|
"commandName": "IISExpress",
|
|||
|
"launchBrowser": true,
|
|||
|
"launchUrl": "swagger",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|||
|
"POSTGRES_Host": "localhost:5432"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|