mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
8 lines
371 B
Bash
8 lines
371 B
Bash
STORAGE_CONFIG="datalake|http://huly.local:4030"
|
|
MONGO_URL=mongodb://mongodb:27017?compressors=snappy
|
|
DB_URL_PG=postgres://postgres:postgres@postgres:5432/postgres
|
|
BACKUP_STORAGE_CONFIG="minio|minio?accessKey=minioadmin&secretKey=minioadmin"
|
|
BACKUP_BUCKET_NAME=dev-backups
|
|
DB_CR_URL=postgresql://root@huly.local:26257/defaultdb?sslmode=disable
|
|
QUEUE_CONFIG=redpanda:9092
|