cooked/scripts/run
2024-11-02 13:42:25 +01:00

10 lines
299 B
Plaintext
Executable File

clear
export RUST_LOG=debug
export BIND=0.0.0.0:7979
export ADMINS=admin@example.com:admin
export PSQL=postgres://postgres@localhost/cooked
export REDIS=redis://localhost
export SECRET='NSvunLCGGNWOn0tZVwGZghTc9uXJhSOok0SR2goue4ENK9wfWzFfz81eJflY+xrX'
killall -9 cooked
cargo run --bin cooked