# ── Root .env (fallback for Docker Compose < v2.24) ─────────────────────────── # # Docker Compose v2.24+ reads build env_file directly from estore/.env — you # should not need this file at all on a modern install. # # If your Compose is older and the shop shows "Online payment is not # configured", copy the four NEXT_PUBLIC_* lines from estore/.env into this # file so Compose can bake them into the Next.js build: # # NEXT_PUBLIC_SQUARE_APP_ID= # NEXT_PUBLIC_SQUARE_LOCATION_ID= # NEXT_PUBLIC_SQUARE_ENVIRONMENT=production # NEXT_PUBLIC_SITE_URL=https://shop.beachpartyballoons.com # # All other secrets (access tokens, passwords, etc.) belong only in estore/.env # — never put them here.