python-gallery/usr/example.env
Michał 463c5ecd03 Themes can now include font files
Updated example env
New fonts added to default theme
2023-01-06 23:46:12 +00:00

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