Changeset 42 for remote_control/puzzlebox_brainstorms_configuration.py
- Timestamp:
- 05/18/10 03:42:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remote_control/puzzlebox_brainstorms_configuration.py
r31 r42 9 9 # For more information please refer to http://www.gnu.org/copyleft/gpl.html 10 10 # 11 # Last Update: 2010.0 2.0311 # Last Update: 2010.05.03 12 12 # 13 13 ##################################################################### … … 21 21 22 22 DEBUG = 1 23 24 DISCRETE_CONTROL_COMMANDS = False 23 25 24 26 ##################################################################### … … 50 52 51 53 SERVER_INTERFACE = '' # listen on all of server's network interfaces 52 SERVER_HOST = '192.168.1.150' 54 #SERVER_HOST = '192.168.1.150' 55 SERVER_HOST = '127.0.0.1' # localhost 53 56 SERVER_PORT = 8194 54 57
Note: See TracChangeset
for help on using the changeset viewer.