Merge pull request #286 from Moonlight-Panel/OwO

OwO
This commit is contained in:
Marcel Baumgartner 2023-08-23 17:42:48 +02:00 committed by GitHub
commit abfcefba60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
"ASPNETCORE_ENVIRONMENT": "Development",
"ML_DEBUG": "true"
},
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true
},
"Live DB":
@ -21,7 +21,7 @@
"ML_DEBUG": "true",
"ML_CONFIG_PATH": "storage\\configs\\live_config.json"
},
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;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.testy:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;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.testy:5118;https://localhost:7118;http://localhost:5118",
"applicationUrl": "http://moonlight.owo:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true
}
}