API - test config update
This commit is contained in:
parent
fc86ddbbed
commit
2c37e378d8
@ -71,6 +71,8 @@ class TestingConfig(BaseConfig):
|
||||
TOKEN_EXPIRATION_SECONDS = 3
|
||||
PASSWORD_TOKEN_EXPIRATION_SECONDS = 3
|
||||
UPLOAD_FOLDER = '/tmp/fitTrackee/uploads'
|
||||
UI_URL = 'http://0.0.0.0:5000'
|
||||
SENDER_EMAIL = 'fittrackee@example.com'
|
||||
|
||||
|
||||
class ProductionConfig(BaseConfig):
|
||||
|
Loading…
Reference in New Issue
Block a user