DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 2342afea3190f66f8dfa7039a93207054ef9c4f7 deck-builder/api/scripts/dev-launch.sh -rwxr-xr-x 119 bytes
2342afeaJonni Liljamo fix(api): avoid duplicate user details at the db level 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
#!/bin/sh

export LAURELIN_DB_URL=postgres://laurelin:laurelin@localhost:5432/laurelin
export RUST_LOG=info

cargo run