Use development env and Webrick in dev run script
This commit is contained in:
parent
b7ff3e7d42
commit
96417e3884
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
RACK_ENV=staging \
|
||||
RACK_ENV=development \
|
||||
REDIS_HOST=localhost \
|
||||
REDIS_PORT=6379 \
|
||||
REDIS_DB=1 \
|
||||
@ -8,4 +8,4 @@ S3_ENDPOINT='http://localhost:9000' \
|
||||
S3_ACCESS_KEY='dev-key' \
|
||||
S3_SECRET_KEY='123456789' \
|
||||
S3_BUCKET=remotestorage \
|
||||
bundle exec rainbows --listen localhost:4567
|
||||
bundle exec rackup -p 4567
|
||||
|
Loading…
x
Reference in New Issue
Block a user