15 lines
377 B
Bash
15 lines
377 B
Bash
SERVER_PORT=1700
|
|
DB_URL=jdbc:postgresql://postgres-db:5432/ocr_subscribers
|
|
DB_USER=postgres
|
|
DB_PASSWORD="M@tr!x#149@dm!N"
|
|
REDIS_HOST=172.18.0.5
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=R3di5@2025
|
|
MAX_REQUEST_SIZE=40MB
|
|
MULTIPART_REQUEST_SIZE=20MB
|
|
MULTIPART_FILE_SIZE=5MB
|
|
MINIO_URL=http://103.83.146.41:9800
|
|
MINIO_KEY=admin
|
|
MINIO_SECRET=admin@123
|
|
MINIO_BUCKET=cygnus-dev
|
|
MINIO_ENABLED=true |