README and bbconf updates

This commit is contained in:
2023-04-05 11:52:29 +02:00
parent 14761fa3e5
commit 66bb390568
4 changed files with 66 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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