Files
go-ohif-proxy/.env.example
2025-04-07 11:14:18 +07:00

13 lines
297 B
Plaintext

# Server configuration
SERVER_PORT=8080
LOG_LEVEL=info
# Google Cloud configuration
GOOGLE_PROJECT_ID=your-project-id
GOOGLE_LOCATION=asia-southeast2
GOOGLE_DATASET=dicom-storage
GOOGLE_DICOM_STORE=ohif
GOOGLE_CREDENTIALS_PATH=./credentials/service-account.json
# CORS Settings
ALLOWED_ORIGINS=*