Codebase Update
This commit is contained in:
14
.env
Normal file
14
.env
Normal file
@ -0,0 +1,14 @@
|
||||
# True for development, False for production
|
||||
DEBUG=True
|
||||
|
||||
# Flask ENV
|
||||
FLASK_APP=run.py
|
||||
FLASK_ENV=development
|
||||
|
||||
# Used for CDN (in production)
|
||||
# No Slash at the end
|
||||
ASSETS_ROOT=/static/assets
|
||||
|
||||
# LOCAL 5001 FLask
|
||||
# GITHUB_ID = <YOUR_GITHUB_ID>
|
||||
# GITHUB_SECRET = <YOUR_GITHUB_SECRET>
|
||||
Reference in New Issue
Block a user