Page Menu
Home
Search
Configure Global Search
Log In
Files
F13255897
config.py.example
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
707 B
Subscribers
None
config.py.example
View Options
import os
class Config(object):
# Configured for GMAIL
MAIL_SERVER = ''
MAIL_PORT = 465
MAIL_USE_SSL = True
MAIL_USERNAME = ''
MAIL_PASSWORD = ''
DEFAULT_MAIL_SENDER = ''
# Flask-Security setup
SECURITY_LOGIN_WITHOUT_CONFIRMATION = True
SECURITY_REGISTERABLE = True
SECURITY_RECOVERABLE = True
SECURITY_CHANGEABLE = True
SECUIRTY_POST_LOGIN = '/'
SECURITY_PASSWORD_HASH = ''
SECURITY_PASSWORD_SALT = ''
SECURITY_EMAIL_SENDER = ''
class Development(Config):
SECRET_KEY = ''
HOST = '0.0.0.0'
PORT = 5000
DEBUG = True
FILE_STORAGE = '{0}/application/static/storage'.format(
os.path.join(os.path.dirname(__file__)))
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Jul 5, 11:11 PM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7e/1b/4265b167b7c652aa8b3a592a81b1
Attached To
rPS Pillar
Event Timeline
Log In to Comment