首次提交

This commit is contained in:
yangy
2026-05-21 15:20:12 +08:00
commit 3224041990
32 changed files with 1504 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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=ec2-3-69-138-29.eu-central-1.compute.amazonaws.com
# REDIS_PORT=16279
# REDIS_PASSWORD=eafon123!
# REDIS_DATABASE=1