Added discord startup configuration to make it easier for a little parot to develop

This commit is contained in:
Marcel Baumgartner
2023-05-03 00:08:29 +02:00
parent 766bd1f53a
commit a33b81dd98
2 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@@ -41,3 +41,4 @@ Desktop.ini
.idea/.idea.Moonlight/.idea/discord.xml .idea/.idea.Moonlight/.idea/discord.xml
storage/ storage/
Moonlight/publish.ps1

View File

@@ -10,7 +10,7 @@
"profiles": { "profiles": {
"Moonlight": { "Moonlight": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": false, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
@@ -27,6 +27,16 @@
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118", "applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true "dotnetRunMessages": true
}, },
"Discord Bot": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ML_SQL_DEBUG": "true"
},
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true
},
"Docker": { "Docker": {
"commandName": "Docker", "commandName": "Docker",
"launchBrowser": false, "launchBrowser": false,