From a33b81dd98ec4146b4c14c32ce903c1cbad21b47 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Wed, 3 May 2023 00:08:29 +0200 Subject: [PATCH] Added discord startup configuration to make it easier for a little parot to develop --- .gitignore | 3 ++- Moonlight/Properties/launchSettings.json | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7487adb3..9d00e10d 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ Desktop.ini .DS_Store .idea/.idea.Moonlight/.idea/discord.xml -storage/ \ No newline at end of file +storage/ +Moonlight/publish.ps1 diff --git a/Moonlight/Properties/launchSettings.json b/Moonlight/Properties/launchSettings.json index 49e61cf7..2d733585 100644 --- a/Moonlight/Properties/launchSettings.json +++ b/Moonlight/Properties/launchSettings.json @@ -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,