DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 54b04fd075d7198675ea5a0fdaa5cb127539df4a deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 223 bytes
54b04fd0Jonni Liljamo chore: cleanup old unneeded files 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
#!/bin/sh

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
export RUST_LOG=info

cargo run