Update booking form and environment configuration

- Update .env.example with map coordinates (ADDRESS_LATITUDE/LONGITUDE)
- Update ADDRESS_STREET to Liebigstr. 15 and postal code to 24145
- Document GPS coordinates for interactive map feature in legal page
This commit is contained in:
2025-09-30 19:11:29 +02:00
parent 9dd9fd0ac2
commit 558ee9cc56
2 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ ADDRESS_STREET=Liebigstr. 15
ADDRESS_CITY=Kiel
ADDRESS_POSTAL_CODE=24145
ADDRESS_COUNTRY=Deutschland
ADDRESS_LATITUDE=54.3233 # Optional: GPS-Koordinaten für Karte
ADDRESS_LONGITUDE=10.1228 # Optional: GPS-Koordinaten für Karte
CONTACT_PHONE=+49 431 123456
CONTACT_EMAIL=info@stargirlnails.de
@@ -53,5 +55,3 @@ AWS_SECRET_ACCESS_KEY=your_aws_secret_key_here
# Other API Keys (optional)
BW_CLIENTSECRET=your_bw_client_secret_here
ADDRESS_LATITUDE=54.3233 # Optional: GPS-Koordinaten für Karte
ADDRESS_LONGITUDE=10.1228 # Optional: GPS-Koordinaten für Karte