Last change
on this file since 72 was
72,
checked in by sc, 12 years ago
|
thinkgear_emulator:
- split out into separate directory
|
File size:
846 bytes
|
Line | |
---|
1 | #####################################################################
|
---|
2 | # Puzzlebox ThinkGear Emulator Configuration
|
---|
3 | #####################################################################
|
---|
4 |
|
---|
5 | #####################################################################
|
---|
6 | # Network addresses
|
---|
7 | #####################################################################
|
---|
8 |
|
---|
9 | SERVER_INTERFACE = '' # listen on all of server's network interfaces
|
---|
10 | THINKGEAR_SERVER_HOST = '127.0.0.1'
|
---|
11 | THINKGEAR_SERVER_PORT = 13854
|
---|
12 |
|
---|
13 |
|
---|
14 | #####################################################################
|
---|
15 | # ThinkGear Connect configuration
|
---|
16 | #####################################################################
|
---|
17 |
|
---|
18 | ENABLE_THINKGEAR_AUTHORIZATION = False
|
---|
19 |
|
---|
20 | THINKGEAR_AUTHORIZATION_REQUEST = { "appName": "Puzzlebox Brainstorms", "appKey": "2e285d7bd5565c0ea73e7e265c73f0691d932408" }
|
---|
Note: See
TracBrowser
for help on using the repository browser.