forked from qatrainer/posio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# How long is given to players to answer a question | ||
MAX_RESPONSE_TIME = 5 | ||
|
||
# Number of seconds between each turns | ||
TIME_BETWEEN_TURNS = 3 | ||
|
||
# Number of answer used to compute ranking | ||
LEADERBOARD_ANSWER_COUNT = 10 | ||
|
||
# The distance above which score is zero | ||
SCORE_MAX_DISTANCE = 2000 | ||
|
||
# Allow players to answer multiple times to the same question | ||
ALLOW_MULTIPLE_ANSWER = 1 # 0 for False, 1 for True | ||
|
||
# How many zoom level are allowed (max 2) | ||
ZOOM_LEVEL = 0 | ||
|
||
# CDN URL | ||
CDN_URL = 'static' | ||
|
||
# List of origins that are allowed to connect to this server. | ||
CORS_ALLOWED_ORIGINS = '*' | ||
|
||
# Host and port the server should listen. | ||
HOST='0.0.0.0' | ||
PORT=5000 |