mirror of https://github.com/ErsatzTV/ErsatzTV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
379 B
15 lines
379 B
{ |
|
"profiles": { |
|
"ErsatzTV": { |
|
"commandName": "Project", |
|
"launchBrowser": false, |
|
"environmentVariables": { |
|
"ASPNETCORE_ENVIRONMENT": "Development", |
|
"DOTNET_ENVIRONMENT": "Development", |
|
"ETV_STREAMING_PORT": "8409", |
|
"ETV_UI_PORT": "8410", |
|
"ETV_NEXT_FOLDER": "~/code/ErsatzTV/next/target/debug" |
|
} |
|
} |
|
} |
|
}
|
|
|