SiteWeaver_CMS/config/.env.example
Funky Waddle c3ec2b86d9
Some checks are pending
CI / build_and_test (push) Waiting to run
Milestones 0, 1, 2
2026-09-09 18:58:20 -05:00

14 lines
490 B
Plaintext

# 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.