mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Rename routes to gallery
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
This commit is contained in:
parent
a499e6c840
commit
e395139656
13 changed files with 146 additions and 326 deletions
|
@ -1,13 +1,9 @@
|
|||
# DATABASE CONFIGURATION
|
||||
DB_NAME = onlylegs
|
||||
DB_USER = root
|
||||
DB_PASS =
|
||||
DB_HOST = localhost
|
||||
DB_PORT =
|
||||
|
||||
# EMAIL CONFIGURATION
|
||||
EMAIL_HOST = smtp.example.com
|
||||
EMAIL_PORT = 465
|
||||
EMAIL_HOST_USER = noreply@example.com
|
||||
EMAIL_HOST_PASSWORD = supersecurepassword
|
||||
EMAIL_USE_TLS = True
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue