cooked/scripts/run
2024-10-31 21:01:29 +01:00

9 lines
281 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'
cargo run --bin cooked