Themes can now include font files

Updated example env
New fonts added to default theme
This commit is contained in:
Michał Gdula 2023-01-06 23:46:12 +00:00
parent a7e79ab5a5
commit 463c5ecd03
11 changed files with 117 additions and 24 deletions

View file

@ -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