Remove obsolete script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
11
run-dev.sh
11
run-dev.sh
@@ -1,11 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
RACK_ENV=development \
|
|
||||||
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 rackup -p 4567
|
|
||||||
Reference in New Issue
Block a user