d66511156a
Both existed only on the live server / untracked locally until now. Includes the open/closed status fix: the Filiale status badge was hardcoded as "Geöffnet · schließt um 20:00" regardless of actual time (caught showing "open" at 3am) -- now computed against the shop's own Europe/Berlin clock and real weekly hours. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
8 lines
468 B
Bash
8 lines
468 B
Bash
# One per client. Copy to .env and fill (new-client.sh does this for you).
|
|
CLIENT_SLUG=happynails # lowercase, no spaces — used for the Compose project + container name
|
|
CLIENT_DOMAIN=happynails.de # the domain / subdomain Caddy serves for this client
|
|
|
|
# --- reference only (NOT injected; the site/ HTML is static) ---
|
|
# CLIENT_NAME=Happy Nails Nürnberg
|
|
# BOOKING_URL=https://calendar.app.google/xxxxxxxx # bake into site/index.html during onboarding
|