# Since .env is gitignored, you can use .env.example to build a new `.env` file when you clone the repo. # Keep this file up-to-date when you add new variables to \`.env\`. # This file will be committed to version control, so make sure not to have any secrets in it. # If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets. ## Next.js ## NODE_ENV=production SENTRY_AUTH_TOKEN=CHANGE_ME PAYLOAD_SECRET=CHANGE_ME PAYLOAD_DB_URL=CHANGE_ME NEXT_PUBLIC_SITE_URL=https://lashaddict.gbrown.org NEXT_PUBLIC_CONVEX_URL=https://api.lashaddict.gbrown.org # convex-backend:3210 NEXT_PUBLIC_PLAUSIBLE_URL=https://plausible.gbrown.org NEXT_PUBLIC_SENTRY_DSN=https://ef07354e70281d183668b3e32332e763@sentry.gbrown.org/7 NEXT_PUBLIC_SENTRY_URL=https://sentry.gbrown.org NEXT_PUBLIC_SENTRY_ORG=sentry NEXT_PUBLIC_SENTRY_PROJECT_NAME=lashaddict-next ## Convex ## CONVEX_SELF_HOSTED_URL=https://api.lashaddict.gbrown.org # convex-backend:3210 CONVEX_SELF_HOSTED_ADMIN_KEY=CHANGE_ME # Convex Auth CONVEX_SITE_URL=https://lashaddict.gbrown.org USESEND_API_KEY=CHANGE_ME USESEND_URL=https://usesend.gbrown.org USESEND_FROM_EMAIL='Admin ' AUTH_AUTHENTIK_ID=CHANGE_ME AUTH_AUTHENTIK_SECRET=CHANGE_ME AUTH_AUTHENTIK_ISSUER=https://auth.gbrown.org/application/o/lashaddict/ ## Docker Compose Variables for Next App ## NETWORK=nginx-bridge NEXT_CONTAINER_NAME=lashaddict-next NEXT_DOMAIN=lashaddict.gbrown.org #NEXT_PORT= ## Docker Compose Variables for Self hosted Convex ## BACKEND_TAG=latest DASHBOARD_TAG=latest BACKEND_CONTAINER_NAME=lashaddict-backend DASHBOARD_CONTAINER_NAME=lashaddict-dashboard BACKEND_DOMAIN=convex.lashaddict.gbrown.org DASHBOARD_DOMAIN=dashboard.lashaddict.gbrown.org INSTANCE_NAME=lashaddict_convex INSTANCE_SECRET=CHANGE_ME CONVEX_CLOUD_ORIGIN=https://api.lashaddict.gbrown.org CONVEX_SITE_ORIGIN=https://convex.lashaddict.gbrown.org NEXT_PUBLIC_DEPLOYMENT_URL=https://api.lashaddict.gbrown.org DISABLE_BEACON=true REDACT_LOGS_TO_CLIENT=true DO_NOT_REQUIRE_SSL=true POSTGRES_URL=CHANGE_ME #BACKEND_PORT= #DASHBOARD_PORT #SITE_PROXY_PORT= #ACTIONS_USER_TIMEOUT_SECS= #RUST_LOG= #RUST_BACKTRACE= ## Docker Compose Variables for Postgres ## POSTGRES_CONTAINER_NAME=lashaddict-postgres POSTGRES_USER=gib POSTGRES_PASSWORD=CHANGE_ME POSTGRES_DB=lashaddict-payload