Added local server for development
This commit is contained in:
parent
12207d1159
commit
90bc30757a
@ -34,6 +34,7 @@ class Production(Config):
|
||||
class Development(Config):
|
||||
APP_HOST = '127.0.0.1'
|
||||
DEBUG = True
|
||||
SERVER_NAME = '127.0.0.1:5000'
|
||||
SESSION_COOKIE_SECURE = False
|
||||
MAIL_SERVER = 'localhost'
|
||||
MAIL_DEBUG = True
|
||||
|
Loading…
Reference in New Issue
Block a user