Switch the demo over to using a directory for configuration

This commit is contained in:
R Tyler Croy 2023-03-12 19:01:46 -07:00
parent 9b516a8e5a
commit f8976aab10
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
server: RUST_LOG=debug ./target/debug/synchronik-server -c examples/server.yml
server: RUST_LOG=debug ./target/debug/synchronik-server -c examples/synchronik.d
agent: RUST_LOG=debug ./target/debug/synchronik-agent