mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-09 08:05:19 +00:00
Michał
e395139656
Move methods to api.py Remove old db manager as its unused Remove old db tables as theres a new schema file Rename onlylegsSass to sassy, unused for now Update example.env to reflect new layout
9 lines
232 B
Bash
9 lines
232 B
Bash
# EMAIL CONFIGURATION
|
|
EMAIL_HOST = #smtp.gmail.com
|
|
EMAIL_PORT = #465
|
|
EMAIL_HOST_USER = #your email
|
|
EMAIL_HOST_PASSWORD = #your password
|
|
EMAIL_USE_TLS = #True
|
|
|
|
# FLASK SECRETE KEY, DONT LOOSE IT!!!!!!!
|
|
FLASK_SECRET = #your secret key |