diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-21 16:13:21 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-21 16:13:21 +0100 |
commit | 0a8fb4025011433c4bbbb093a11fdde6180c8afa (patch) | |
tree | 25bc6b566e0f493b35d42895e8b7a5c4ae8570a1 /readme.md | |
parent | e31c48f5a9cfe6fd8988b83b17e00538fa69d6d3 (diff) | |
download | keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar.bz2 keks-meet-0a8fb4025011433c4bbbb093a11fdde6180c8afa.tar.zst |
mention client.toml
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,12 +30,16 @@ For trying it out, a hosted version is available on pacman -S --needed deno rustup make coreutils; rustup install nightly git clone https://codeberg.org/metamuffin/keks-meet.git cd keks-meet +cp config/client.example.toml config/client.toml # use the example config. the defaults work. make run # or `make build` ``` When changing code, use `make watch` to re-build things automatically as needed. (run `cargo install systemfd cargo-watch` if needed) +The client configuration file (`config/client.toml`) configures the client and +requires server recompilation on change for now. + The server's bind address can be controlled using the `BIND` environment variable. In production you can also activate the `standalone` feature to embed all assets into the binary; This speeds it up and allows the server to run from |