Prepare WM Tippspiel
This commit is contained in:
Vendored
+13
-5
@@ -18,7 +18,7 @@
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesCreatorFootball --season 2026 --league 47 --configFile Relegation"
|
||||
"args": " --mode MatchesCreatorFootball --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
@@ -26,7 +26,7 @@
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesUpdaterFootball --season 2026 --league 48 --configFile WTL-Pokal"
|
||||
"args": " --mode MatchesUpdaterFootball --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
@@ -34,7 +34,7 @@
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchdaysUpdater --season 2026 --league 1 --configFile Tippliga"
|
||||
"args": " --mode MatchdaysUpdater --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
@@ -42,7 +42,7 @@
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesResultsUpdater --season 2026 --league 1 --configFile Tippliga"
|
||||
"args": " --mode MatchesResultsUpdater --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
@@ -50,7 +50,15 @@
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode MatchesListGistUpdater --season 2026 --league 1 --configFile Tippliga"
|
||||
"args": " --mode MatchesListGistUpdater --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "TeamsUpdater",
|
||||
"request": "launch",
|
||||
"mainClass": "de.jeyp91.App",
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"args": " --mode TeamsUpdater --season 2026 --league 49 --configFile WM-Tippspiel"
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"java.compile.nullAnalysis.mode": "automatic",
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"java.test.config": {
|
||||
"envFile": "${workspaceFolder}/.env",
|
||||
"env": {
|
||||
"AWS_ACCESS_KEY_ID": "AKIA4G4WGB26FLCFCU4M",
|
||||
"AWS_SECRET_ACCESS_KEY": "MZBrGLSXRRVR6Yza6n4NrZCoCkgibON3kpYCvNPH",
|
||||
"FORUM_PASSWORD": "original",
|
||||
"FORUM_USERNAME": "Julian",
|
||||
"TLW_DATABASE_PASSWORD": "TippligaWuerzb_1",
|
||||
"TLW_DATABASE_USERNAME": "d0144ddb"
|
||||
}
|
||||
},
|
||||
"java.debug.settings.onBuildFailureProceed": true,
|
||||
}
|
||||
Reference in New Issue
Block a user