remove hardcoded path

This commit is contained in:
GroovieGermanikus 2023-09-04 17:58:49 +02:00
parent 1f90247c3a
commit 266f7f0390
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"libpath": "/Users/stefan/mango/code/yellowstone-grpc/target/debug/libyellowstone_grpc_geyser.dylib",
"libpath": "/path/to/libyellowstone_grpc_geyser.dylib",
"log": {
"level": "debug"
},