13 lines
335 B
Bash
13 lines
335 B
Bash
# Environment variables for Docker Compose
|
|
# Copy this file to .env and update the values
|
|
|
|
# Application Configuration
|
|
ASPNETCORE_ENVIRONMENT=Production
|
|
ASPNETCORE_URLS=http://+:8080
|
|
|
|
# Logging
|
|
LOG_LEVEL=Information
|
|
|
|
# Optional: External service configurations
|
|
# API_KEY=your_api_key_here
|
|
# EXTERNAL_SERVICE_URL=https://api.example.com |