Skip to content

Commit

Permalink
Remove useless override config
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalyn committed Mar 20, 2020
1 parent 61f3c53 commit b1f5c50
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docker/python/config.py
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

0 comments on commit b1f5c50

Please sign in to comment.