fix(api): update dev-launch.sh with valid cookie signing key
1 files changed, 4 insertions(+), 1 deletions(-) M api/scripts/dev-launch.sh
M api/scripts/dev-launch.sh => api/scripts/dev-launch.sh +4 -1
@@ 2,7 2,10 @@ export LAURELIN_DB_URL=postgres://laurelin:laurelin@192.168.68.123:5432/laurelin export LAURELIN_REDIS_URL=redis://192.168.68.123:6379 export LAURELIN_COOKIE_KEY=aslkdj298u2p1quak # tr -dc A-Za-z0-9 </dev/urandom | head -c 64 ; echo '' export LAURELIN_COOKIE_KEY=lZaMTjgD2dLzELlUJU98TtDSBQgcQzhAGaCecShoLusRZfkTdnOUy1OYIImB1SIa export RUST_LOG=info cargo run