auth changes

This commit is contained in:
2025-10-02 11:14:43 -04:00
parent b4db0461a0
commit 002302bb52
6 changed files with 29 additions and 9 deletions

View File

@@ -7,3 +7,8 @@ SITE_URL=https://your-domain.com
# Generate a secure random string for production
# You can use: openssl rand -hex 32
AUTH_SECRET=change-this-secret-in-production
# Admin Credentials
# Set your admin username and password here
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123