Skip to content

Instantly share code, notes, and snippets.

@tbaums
Created November 18, 2023 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbaums/c878aaffe3d2d7cfacc21a5c9d43a6f2 to your computer and use it in GitHub Desktop.
Save tbaums/c878aaffe3d2d7cfacc21a5c9d43a6f2 to your computer and use it in GitHub Desktop.
agent toml
[node]
display_name = "device-HOSTNAME"
storage_path = "client.sqlite"
unique_id = "HOSTNAME"
# MYCELIAL SERVER
# Replace with the endpoint and token for your Sqlite Physical Replication Server
[server]
endpoint = "http://SERVERIP:7777" # Default Sqlite Physical Replication Server endpoint
token = "token" # Default token for Sqlite Physical Replication Server and Clients
[[sources]]
type = "hello_world"
interval_milis = 5000
message = 1
display_name = "Hello World Src"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment