diff --git a/.vscode/launch.json b/.vscode/launch.json index df83048..40846f9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" }