mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Themes can now include font files
Updated example env New fonts added to default theme
This commit is contained in:
parent
a7e79ab5a5
commit
463c5ecd03
11 changed files with 117 additions and 24 deletions
|
@ -1,8 +1,13 @@
|
|||
# Login
|
||||
USERNAME = root
|
||||
PASSWORD =
|
||||
HOST = localhost
|
||||
PORT = 3306
|
||||
# DATABASE CONFIGURATION
|
||||
DB_NAME = onlylegs
|
||||
DB_USER = root
|
||||
DB_PASS =
|
||||
DB_HOST = localhost
|
||||
DB_PORT =
|
||||
|
||||
# Database name
|
||||
DATABASE = onlylegs
|
||||
# EMAIL CONFIGURATION
|
||||
EMAIL_HOST = smtp.example.com
|
||||
EMAIL_PORT = 465
|
||||
EMAIL_HOST_USER = noreply@example.com
|
||||
EMAIL_HOST_PASSWORD = supersecurepassword
|
||||
EMAIL_USE_TLS = True
|
Loading…
Add table
Add a link
Reference in a new issue