mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Remove test.sh and hound
This commit is contained in:
parent
4ab0212a81
commit
4dadf89e04
2 changed files with 0 additions and 27 deletions
|
@ -1,2 +0,0 @@
|
||||||
ruby:
|
|
||||||
config_file: config/styles/ruby.yml
|
|
25
env/test.sh
vendored
25
env/test.sh
vendored
|
@ -1,25 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export RACK_ENV=test
|
|
||||||
export RAILS_ENV=test
|
|
||||||
export APP_SECRET=e0cdcb729c4b21d5259e957a2ffc13a3
|
|
||||||
|
|
||||||
export DEPLOY_PATH=/var/www
|
|
||||||
|
|
||||||
export PUMA_WORKERS=1
|
|
||||||
export PUMA_MIN_THREADS=1
|
|
||||||
export PUMA_MAX_THREADS=16
|
|
||||||
export PUMA_PORT=3000
|
|
||||||
export PUMA_TIMEOUT=30
|
|
||||||
|
|
||||||
#export MYSQL_HOST="${MYSQL_PORT_3306_TCP_ADDR:-localhost}"
|
|
||||||
export MYSQL_DATABASE=ensl
|
|
||||||
export MYSQL_USER=root
|
|
||||||
export MYSQL_HOST="mysql"
|
|
||||||
export MYSQL_USERNAME=root
|
|
||||||
export MYSQL_ROOT_PASSWORD=test
|
|
||||||
export MYSQL_PASSWORD=test
|
|
||||||
export MYSQL_ROOT_HOST=172.%
|
|
||||||
export MYSQL_CONNECTION_POOL=32
|
|
||||||
|
|
||||||
exec "$@"
|
|
Loading…
Reference in a new issue