docs: add .env.example files for client and server

This commit is contained in:
2026-02-09 19:57:55 +01:00
parent cbf123ddd6
commit cb32bd23ca
2 changed files with 36 additions and 0 deletions

8
apps/client/.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Base URL of the CalChat API server
# Must include the /api path suffix
# Use your local network IP for mobile device testing, or localhost for emulator/web
# Examples:
# http://192.168.178.22:3001/api (local network, for physical device)
# http://localhost:3001/api (emulator or web)
# https://calchat.example.com/api (production)
EXPO_PUBLIC_API_URL=http://localhost:3001/api