the funny
Find a file
2022-02-18 14:58:50 -05:00
.idea the funny 2022-02-17 13:49:03 -05:00
src Implement HMAC verification for IDENTIFY and add Redis 2022-02-18 14:58:50 -05:00
.gitignore Add .env to gitignore 2022-02-17 15:33:34 -05:00
.gitlab-ci.yml Build container and do cargo tests on GitLab 2022-02-17 23:35:37 -05:00
Cargo.lock Implement HMAC verification for IDENTIFY and add Redis 2022-02-18 14:58:50 -05:00
Cargo.toml Implement HMAC verification for IDENTIFY and add Redis 2022-02-18 14:58:50 -05:00
Dockerfile Change project name officially 2022-02-18 12:37:30 -05:00
example.env Implement HMAC verification for IDENTIFY and add Redis 2022-02-18 14:58:50 -05:00
LICENSE Add README and LICENSE 2022-02-17 19:44:53 -05:00
README.md Implement HMAC verification for IDENTIFY and add Redis 2022-02-18 14:58:50 -05:00

bannana pho

ring ring


Environment Variables:

(Also found in example.env)

Variable Description Example Required?
LISTEN_ADDR Listen address of the websocket 0.0.0.0:3621
SECRET Shared Secret, can be anything, must be the same on Litecord deez nuts 420 [x]
HEARTBEAT_INTERVAL Rate of which Litecord will send a heartbeat (in seconds) 1
REDIS_HOST Redis database hostname 127.0.0.1
REDIS_PORT Redis database port 6379