the funny
Find a file
2022-02-19 18:10:45 -05:00
.idea the funny 2022-02-17 13:49:03 -05:00
src Use redis-rs, implement better info op handling, implement CHANNEL_REQ 2022-02-19 18:10:45 -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 Use redis-rs, implement better info op handling, implement CHANNEL_REQ 2022-02-19 18:10:45 -05:00
Cargo.toml Use redis-rs, implement better info op handling, implement CHANNEL_REQ 2022-02-19 18:10:45 -05:00
Dockerfile Change project name officially 2022-02-18 12:37:30 -05:00
example.env Use redis-rs, implement better info op handling, implement CHANNEL_REQ 2022-02-19 18:10:45 -05:00
LICENSE Add README and LICENSE 2022-02-17 19:44:53 -05:00
README.md Use redis-rs, implement better info op handling, implement CHANNEL_REQ 2022-02-19 18:10:45 -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_ADDR Redis database URL redis://127.0.0.1:6379