Fix launch code

This commit is contained in:
2024-04-16 23:24:59 -04:00
parent 93c631d7e0
commit eecd4353d3

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI",
"projectName": "cipherstream-website",
"projectName": "cipherstream-api",
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
"envFile": "${workspaceFolder}/.env"
}