epoch_clock
October 23, 2024 ยท View on GitHub
lol why did I use rust for this?
Tech Stack
- Rust
- Actix-web
- Image
Configuration
Not much to do here but put it in .cargo/config.toml.
See .cargo/config.example.toml for the environment variables.
Environment Variables
APP_ENV: Set todevelopmentorproduction.HOST: The host address to bind the server.PORT: The port number to bind the server.
Deployment
Deploys to Heroku.