Added some config files for codespaces. Modified for codespaces

This commit is contained in:
Marcel Baumgartner
2023-09-06 13:10:57 +00:00
parent 05817a8866
commit 67974123db
3 changed files with 80 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"ASPNETCORE_ENVIRONMENT": "Development",
"ML_DEBUG": "true"
},
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://localhost:5118;http://moonlight.owo:5118",
"dotnetRunMessages": true
},
"Live DB":
@@ -21,7 +21,7 @@
"ML_DEBUG": "true",
"ML_CONFIG_PATH": "storage\\configs\\live_config.json"
},
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
"dotnetRunMessages": true
},
"Dev DB 1":
@@ -33,7 +33,7 @@
"ML_DEBUG": "true",
"ML_CONFIG_PATH": "storage\\configs\\dev_1_config.json"
},
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
"dotnetRunMessages": true
},
"Dev DB 2":
@@ -45,7 +45,7 @@
"ML_DEBUG": "true",
"ML_CONFIG_PATH": "storage\\configs\\dev_2_config.json"
},
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
"dotnetRunMessages": true
}
}