cooked/scripts/run

10 lines
299 B
Plaintext
Raw Normal View History

2024-10-27 20:23:37 +01:00
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'
2024-11-02 13:42:25 +01:00
killall -9 cooked
2024-10-31 21:01:29 +01:00
cargo run --bin cooked