jam-cloud/web/bin/start

12 lines
173 B
Plaintext
Raw Normal View History

2020-09-15 00:51:54 +00:00
#!/bin/bash
#REAL_IP=192.168.0.42
REAL_IP=127.0.0.1
2025-02-27 13:47:45 +00:00
REAL_IP=192.168.5.204
2020-09-15 00:51:54 +00:00
if [ ! -z "$1" ]; then
REAL_IP="$1"
fi
NO_WEBSOCKET_GATEWAY=1 bundle exec rails s -b $REAL_IP