Files
app-api/.env.example
T
eafonyang 99785672a5 优化
2026-06-05 20:15:30 +08:00

32 lines
911 B
Bash

# Server
APP_ENV=development
APP_HOST=0.0.0.0
APP_PORT=8080
# Gin mode: debug | release | test
GIN_MODE=debug
# Database (development defaults apply when APP_ENV=development and vars are unset)
# DATABASE_HOST=localhost
# DATABASE_PORT=3306
# DATABASE_NAME=audio
# DATABASE_USER=root
# DATABASE_PASSWORD=root123
# Meilisearch (development defaults apply when APP_ENV=development and vars are unset)
# MEILISEARCH_HOST=http://ec2-18-184-205-87.eu-central-1.compute.amazonaws.com:7700
# MEILISEARCH_API_KEY=your-api-key
# MEILISEARCH_INDEX=models
# Redis (development defaults apply when APP_ENV=development and vars are unset)
# REDIS_HOST=localhost
# REDIS_PORT=6379
# REDIS_PASSWORD=
# REDIS_DATABASE=1
# S3 (local development only; production uses EC2 IAM role)
# AWS_REGION=eu-central-1
# S3_BUCKET=luxsin-app-bucket
# AWS_ACCESS_KEY_ID=your-access-key-id
# AWS_SECRET_ACCESS_KEY=your-secret-access-key