#!/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