Files
CipherStreamAPI/.vscode/launch.json
2024-04-07 19:41:57 -04:00

14 lines
438 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Spring Boot-CipherStreamWeb<cipherstream-website>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.mattrixwv.cipherstream.CipherStreamWeb",
"projectName": "cipherstream-website",
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
"envFile": "${workspaceFolder}/.env"
}
]
}