README and bbconf updates
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run basebox broker from the samples/toodo/bbconf directory
|
||||
../../bin/broker -c broker-config.toml
|
||||
../../basebox/bin/broker -c broker-config.toml
|
||||
|
@ -2,4 +2,4 @@
|
||||
#
|
||||
# Compile the todo schema.
|
||||
#
|
||||
../../bin/bbc --prefix=bb_todo -f todo_schema.graphql
|
||||
../../baseboxbin/bbc --prefix=bb_todo -f todo_schema.graphql
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run basebox dbproxy from the samples/toodo/bbconf directory
|
||||
../../bin/dbproxy -c dbproxy-config.toml
|
||||
../../basebox/bin/dbproxy -c dbproxy-config.toml
|
||||
|
Reference in New Issue
Block a user