Update file
This commit is contained in:
12
.env.example
12
.env.example
@@ -3,7 +3,7 @@ DISCORD_TOKEN=your_discord_bot_token_here
|
|||||||
CLIENT_ID=your_bot_client_id_here
|
CLIENT_ID=your_bot_client_id_here
|
||||||
GUILD_ID=your_guild_id_here
|
GUILD_ID=your_guild_id_here
|
||||||
|
|
||||||
# Database Configuration
|
# Database Configuration (Updated for conflict-free port 5434)
|
||||||
POSTGRES_DB=voice_translator
|
POSTGRES_DB=voice_translator
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_PASSWORD=your_secure_postgres_password
|
POSTGRES_PASSWORD=your_secure_postgres_password
|
||||||
@@ -12,7 +12,7 @@ POSTGRES_URL=postgresql://postgres:your_secure_postgres_password@postgres:5432/v
|
|||||||
# Whisper Configuration
|
# Whisper Configuration
|
||||||
WHISPER_MODEL=large-v2
|
WHISPER_MODEL=large-v2
|
||||||
|
|
||||||
# Translation API Keys
|
# Translation API Keys (Optional - for premium translations)
|
||||||
GOOGLE_TRANSLATE_API_KEY=your_google_translate_api_key
|
GOOGLE_TRANSLATE_API_KEY=your_google_translate_api_key
|
||||||
DEEPL_API_KEY=your_deepl_api_key
|
DEEPL_API_KEY=your_deepl_api_key
|
||||||
AZURE_TRANSLATOR_KEY=your_azure_translator_key
|
AZURE_TRANSLATOR_KEY=your_azure_translator_key
|
||||||
@@ -22,6 +22,12 @@ AZURE_TRANSLATOR_REGION=your_azure_region
|
|||||||
PGADMIN_EMAIL=admin@example.com
|
PGADMIN_EMAIL=admin@example.com
|
||||||
PGADMIN_PASSWORD=your_pgadmin_password
|
PGADMIN_PASSWORD=your_pgadmin_password
|
||||||
|
|
||||||
# Optional: Additional Configuration
|
# System Configuration
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
LOG_LEVEL=info
|
LOG_LEVEL=info
|
||||||
|
|
||||||
|
# PORT NOTES:
|
||||||
|
# Dashboard will be available at: http://localhost:3010 (changed from 3000 to avoid Gitea)
|
||||||
|
# PostgreSQL accessible at: localhost:5434 (changed from 5432 to avoid Excalidraw)
|
||||||
|
# pgAdmin available at: http://localhost:8085 (changed from 8080 to avoid Owncast)
|
||||||
|
# Redis Commander at: http://localhost:8086 (changed from 8081 to avoid Restreamer)
|
||||||
|
Reference in New Issue
Block a user