diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-02 01:37:51 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-02 01:37:51 +0000 |
commit | 5efad50005484e4bcd56fd68a46040e3d89b0efe (patch) | |
tree | 9d849941126a5a765fbcb9ecc17f26163858d581 /sample-config.toml | |
parent | 36e41939772d0441dc023f7b02e96567441b02ec (diff) | |
download | communique-5efad50005484e4bcd56fd68a46040e3d89b0efe.tar.gz |
clean up urls, scheme:host:port now configurable
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-config.toml b/sample-config.toml index 7cd02f7..293a525 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -1,4 +1,4 @@ -domain = "activitybub.xyz" +domain = "http://localhost:8080" dbPath = "bub.db" # [[handlers]] |