wip
This commit is contained in:
parent
2ba44ff145
commit
41f8480190
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
NO_WEBSOCKET_GATEWAY=1 bundle exec rails c
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
#REAL_IP=192.168.0.42
|
||||
REAL_IP=127.0.0.1
|
||||
|
||||
if [ ! -z "$1" ]; then
|
||||
REAL_IP="$1"
|
||||
fi
|
||||
|
||||
NO_WEBSOCKET_GATEWAY=1 bundle exec rails s -b $REAL_IP
|
||||
|
||||
Loading…
Reference in New Issue