Add example script for running server in dev

This commit is contained in:
Basti 2023-11-15 19:03:33 +01:00
parent 273768ea69
commit 189c304a08
Signed by: basti
GPG Key ID: 9F88009D31D99C72

11
run-dev.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
RACK_ENV=staging \
REDIS_HOST=localhost \
REDIS_PORT=6379 \
REDIS_DB=1 \
S3_ENDPOINT='http://localhost:9000' \
S3_ACCESS_KEY='dev-key' \
S3_SECRET_KEY='123456789' \
S3_BUCKET=remotestorage \
bundle exec rainbows --listen localhost:4567