DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

908105d9576cf0136498c1577df6e0db5e87b9f4 — Jonni Liljamo 1 year, 7 months ago ed80375
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