Files
imphnen-frontend-service/.env.example
T

15 lines
419 B
Bash
Raw Normal View History

2025-05-10 16:44:12 +07:00
# API Endpoint
VITE_API_URL=
2025-05-10 16:44:12 +07:00
# Payload CMS Secret Key (minimum 32 characters)
CMS_SECRET=your-very-long-secret-key
2025-05-10 06:55:11 +07:00
2025-05-10 16:44:12 +07:00
# PostgreSQL Connection String
CMS_POSTGRES_URL=postgres://user:password@host:port/database
# S3 Storage Configuration
CMS_STORAGE_ENDPOINT=https://your-s3-endpoint.com
CMS_STORAGE_ACCESS_KEY_ID=your-access-key-id
CMS_STORAGE_SECRET_ACCESS_KEY=your-secret-access-key
2025-05-10 06:55:11 +07:00
CMS_STORAGE_REGION=ap-southeast-1