diff --git a/.env.example b/.env.example index c7a5fdb..b6b404b 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ # name/short_name, and the brand string in console logs. Each standalone # (events, wallet, chat, market, …) gets its own VITE_APP_NAME at build # time via NixOS `services.webapp-standalones..displayName` (see -# server-deploy). cfaun ships the events app as "Sortir"; defaults to +# server-deploy). cfaun ships the events app as "Bouge"; defaults to # "Events" / "Wallet" / etc. when unset. VITE_APP_NAME=MyApp @@ -20,7 +20,7 @@ VITE_WEBSOCKET_ENABLED=true # LNbits Nostr-transport server pubkey (kind-21000 RPC endpoint). # Logged by the LNbits server at startup: # `Nostr transport: starting with pubkey ... on N relay(s)` -# Required for the activities ticket scanner; legacy HTTP path still +# Required for the events ticket scanner; legacy HTTP path still # works without it. VITE_LNBITS_NOSTR_TRANSPORT_PUBKEY= @@ -41,8 +41,8 @@ VITE_PUSH_NOTIFICATIONS_ENABLED=true # Image Upload Configuration (pict-rs) VITE_PICTRS_BASE_URL=https://img.mydomain.com -# Activities / Sortir Configuration -# Default language for the standalone activities app (fr, en, es) +# Events App Configuration +# Default language for the standalone events app (fr, en, es) VITE_DEFAULT_LOCALE=fr # Default map center as "lat,lng" (defaults to France center if not set) VITE_DEFAULT_MAP_CENTER=42.9667,1.6000 @@ -90,7 +90,7 @@ VITE_MARKET_NADDR=naddr1qqjxgdp4vv6rydej943n2dny956rwwf4943xzwfc95ekyd3evenrsvrr # VITE_HUB_RESTAURANT_URL=https://demo.example.com/restaurant/ # # In SUBDOMAIN-MODE production: -# VITE_HUB_EVENTS_URL=https://sortir.example.com +# VITE_HUB_EVENTS_URL=https://events.example.com # VITE_HUB_LIBRA_URL=https://libra.example.com # ...etc # ───────────────────────────────────────────────────────────────────────