Codebase Update
This commit is contained in:
22
env.sample
Normal file
22
env.sample
Normal file
@ -0,0 +1,22 @@
|
||||
# True for development, False for production
|
||||
DEBUG=True
|
||||
|
||||
# Flask ENV
|
||||
FLASK_APP=run.py
|
||||
SECRET_KEY=YOUR_SUPER_KEY
|
||||
|
||||
# Used for CDN (in production)
|
||||
# No Slash at the end
|
||||
ASSETS_ROOT=/static/assets
|
||||
|
||||
# If DEBUG=False (production mode)
|
||||
# DB_ENGINE=mysql
|
||||
# DB_NAME=appseed_db
|
||||
# DB_HOST=localhost
|
||||
# DB_PORT=3306
|
||||
# DB_USERNAME=appseed_db_usr
|
||||
# DB_PASS=<STRONG_PASS>
|
||||
|
||||
# SOCIAL AUTH Github
|
||||
# GITHUB_ID=YOUR_GITHUB_ID
|
||||
# GITHUB_SECRET=YOUR_GITHUB_SECRET
|
||||
Reference in New Issue
Block a user