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

3
.gitignore vendored
View File

@@ -40,4 +40,5 @@ Desktop.ini
.DS_Store
.idea/.idea.Moonlight/.idea/discord.xml
storage/
storage/
Moonlight/publish.ps1

View File

@@ -10,7 +10,7 @@
"profiles": {
"Moonlight": {
"commandName": "Project",
"launchBrowser": false,
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
@@ -27,6 +27,16 @@
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"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": {
"commandName": "Docker",
"launchBrowser": false,