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-10-31 21:01:29 +01:00
|
|
|
cargo run --bin cooked
|