SiteWeaver_CMS/config/.env.example

14 lines
490 B
Plaintext
Raw Permalink Normal View History

2026-09-09 23:58:20 +00:00
# Example .env file for SiteWeaverCMS
#
# Required Infisical integration variables (set by your Nginx config or deployment environment)
INFISICAL_URL="https://your.infisical.instance"
INFISICAL_ENV="dev"
INFISICAL_PROJECT_ID="YOUR_PROJECT_ID"
# Optional client credentials for machine authentication
INFISICAL_CLIENT_ID="YOUR_CLIENT_ID"
INFISICAL_CLIENT_SECRET="YOUR_CLIENT_SECRET"
# Other application-specific environment variables can be added below
# e.g., DATABASE_URL, APP_ENV, etc.