fix(api): update dev-launch.sh with redis url in wanted format
1 files changed, 1 insertions(+), 1 deletions(-) M api/scripts/dev-launch.sh
M api/scripts/dev-launch.sh => api/scripts/dev-launch.sh +1 -1
@@ 1,7 1,7 @@ #!/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_REDIS_URL=192.168.68.123:6379 # tr -dc A-Za-z0-9 </dev/urandom | head -c 64 ; echo '' export LAURELIN_COOKIE_KEY=lZaMTjgD2dLzELlUJU98TtDSBQgcQzhAGaCecShoLusRZfkTdnOUy1OYIImB1SIa