Added discord startup configuration to make it easier for a little parot to develop
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,3 +41,4 @@ Desktop.ini
|
|||||||
.idea/.idea.Moonlight/.idea/discord.xml
|
.idea/.idea.Moonlight/.idea/discord.xml
|
||||||
|
|
||||||
storage/
|
storage/
|
||||||
|
Moonlight/publish.ps1
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user