Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Reverted host to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Jun 19, 2017
1 parent 53ce9a5 commit 3fca20d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ $(CONDA_ENV_TARGET): environment.yml
conda env update

$(CHERRY_PY_CONFIG_TARGET): server/config.conf-in
sed "s#tools.staticdir.root = .#tools.staticdir.root = ${PWD}/client/build#g" server/config.conf-in > server/config.conf-tmp; \
sed "s#server.socket_host = 0.0.0.0#server.socket_host = ${HOSTNAME}#g" server/config.conf-tmp > server/config.conf; \
rm server/config.conf-tmp
sed "s#tools.staticdir.root = .#tools.staticdir.root = ${PWD}/client/build#g" server/config.conf-in > server/config.conf

$(GET_NLTK_DATA_TARGET):
source activate ddt; \
Expand Down

0 comments on commit 3fca20d

Please sign in to comment.