9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
|
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
|