Embarking on your journey with the KSOX-SERVER workspace? Here's a streamlined guide:
Begin with a clean slate by removing residual files from any prior builds:
cargo clean
Initialize your environment by installing all necessary dependencies:
cargo build
Ensure your code exudes clarity and consistency with our predefined standards:
cargo fmt
cargo sort -w
Maintain the integrity and quality of your code with our linting tools:
cargo clippy
Regularly check for unused dependencies:
cargo +nightly udeps
Encountered a hurdle or have a suggestion? Raise an issue or connect with our dedicated team. Your journey with KSOX-WEB is valued!
SURREAL_BIND=0.0.0.0:80
SURREAL_USER=surrealuser
SURREAL_PASS=surrealp4ssword
[env]
KSOX_SERVER_SURREALDB_URL = "http://surrealdb.test/"
KSOX_SERVER_REDIS_URL = "redis://redis.test/"
KSOX_SERVER_API_BIND = "0.0.0.0:8080"
KSOX_SERVER_JWT_SECRET = ""