docs: add .env.example files for client and server
This commit is contained in:
8
apps/client/.env.example
Normal file
8
apps/client/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user