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,