diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-17 21:19:49 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-17 21:19:49 +0000 |
commit | 7baee5b892afcddb72a575282c6c8983d477ed44 (patch) | |
tree | 1dbde5fe9ab9d3d2f46090f0c72fc0246c410879 /sample-config.toml | |
parent | 2585e05af116cb95d2d2c36b096345c2b982e39c (diff) | |
download | communique-7baee5b892afcddb72a575282c6c8983d477ed44.tar.gz |
introduce concept of registry, start of webfinger impl
Diffstat (limited to '')
-rw-r--r-- | sample-config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml index 5f18cc0..2d0423f 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -1,3 +1,5 @@ +domain = "activitybub.xyz" + [[handlers]] name = "sample" rpc = "cgi" |