Fix launch code
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -6,7 +6,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
"mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI",
|
"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",
|
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
|
||||||
"envFile": "${workspaceFolder}/.env"
|
"envFile": "${workspaceFolder}/.env"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user