Codebase Update

This commit is contained in:
App Generator
2023-06-06 11:03:31 +03:00
parent 3e51831eab
commit 40a4fe974f
231 changed files with 35693 additions and 125 deletions

22
env.sample Normal file
View 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