generated from rmcguire/go-server-with-otel
implement class logo
This commit is contained in:
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -8,9 +8,12 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}",
|
||||
"env": {
|
||||
"APP_NAME": "Go HTTP with OTEL"
|
||||
"APP_NAME": "Class GRPC Server"
|
||||
},
|
||||
"args": []
|
||||
"args": [
|
||||
"-config",
|
||||
"config.yaml"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user