mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
27 lines
855 B
JSON
27 lines
855 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "http://localhost:5114",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"LD_LIBRARY_PATH": "/home/Rory/git/spacebar/server-master/extra/admin-api/Spacebar.Cdn/result-lib/lib/"
|
|
}
|
|
},
|
|
"Local": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "http://localhost:5114",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Local",
|
|
// "LD_LIBRARY_PATH": "/home/Rory/git/spacebar/server-master/extra/admin-api/Spacebar.Cdn/result-lib/lib/",
|
|
"STORAGE_PATH": "./files"
|
|
}
|
|
}
|
|
}
|
|
}
|