This commit is contained in:
mario
2025-04-07 11:14:18 +07:00
commit f340bc5916
17 changed files with 1424 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# 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=*