Files
nlcc-itinerary/.env.example
2025-10-02 11:14:43 -04:00

15 lines
426 B
Plaintext

# Site Configuration
# The public URL where your application will be hosted
# This is used for QR codes and other absolute URLs
SITE_URL=https://your-domain.com
# Authentication Secret
# 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