Skip to content

Commit

Permalink
Allow change of host
Browse files Browse the repository at this point in the history
  • Loading branch information
the-glu committed Jan 26, 2014
1 parent e5f81fd commit 78d7f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/config.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_ID = ''
KEY_REQUESTS = ''
KEY_IPN = ''
KEY_API = ''
HOST = '127.0.0.1'
2 changes: 1 addition & 1 deletion client/httpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def ipn():
return ''

if __name__ == "__main__":
app.run(debug=False)
app.run(debug=False, host=config.HOST)

0 comments on commit 78d7f33

Please sign in to comment.