mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 00:25:19 +00:00
Michał
a499e6c840
Use reccommended database structure Switch to SQLite and update scheme along with it
13 lines
271 B
Bash
13 lines
271 B
Bash
# 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 |