Revert "Remove fleet run.json"

This reverts commit 7728965db0.
This commit is contained in:
Thraax Session 2022-10-24 08:21:20 +02:00
parent 14c9f7939b
commit be6a22f3d7
1 changed files with 22 additions and 0 deletions

22
.fleet/run.json Normal file
View File

@ -0,0 +1,22 @@
{
"configurations": [
{
"type": "gradle",
"name": "Start Dev/Secured",
"environment": {
"MICRONAUT_ENVIRONMENTS": "dev"
},
"args": [
"-Pmicronaut.server.cors.enabled='false'",
"-Pmicronaut.security.enabled=true",
"-Pmicronaut.server.host=0.0.0.0",
"-Pspaceup.logging.level=DEBUG",
"-Pspaceup.scheduler.domains.update=10m",
"-Dmongodb.uri=mongodb://***REMOVED***:***REMOVED***@***REMOVED***:***REMOVED***/admin"
],
"tasks": [
"run"
]
}
]
}