首次提交
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user