travis-web/dev.env
2012-09-11 18:17:07 +02:00

4 lines
120 B
Bash

[ $PORT ] || export PORT=9292
export API_ENDPOINT="http://api.dev:$PORT/"
export CLIENT_ENDPOINT="http://ci.dev:$PORT/"