ecomm-store/.env.example
count-null 27df1a73b5 save
2025-02-15 00:21:37 -05:00

13 lines
482 B
Text

APP_HOST="localhost:8080"
APP_NAME="BuysForLife"
SQLITE_DB="db-dev.sqlite"
# SMTP for login, order, and admin notifications
SMTP_HOST="smtp.example.com" # SMTP uses TLS
SMTP_USER="user@example.com"
SMTP_PASS="your-super-secure-pass"
SMTP_FROM="noreply@example.com"
# Bitcoin Lightning Netowrk Address LNURL
# Used for recieving payment at checkout
# !! Choose your LN_SERVICE carefully!!
# NOTE: The LN_SERVICE must support LUD-21 Payment Verification
LN_ADDRESS="your@node.win"