mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 15:02:13 +00:00
Some checks are pending
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest-workspaces (push) Waiting to run
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
9 lines
330 B
Bash
9 lines
330 B
Bash
STORAGE_CONFIG="datalake|http://datalake:4031"
|
|
BACKUP_STORAGE_CONFIG="minio|minio?accessKey=minioadmin&secretKey=minioadmin"
|
|
BACKUP_BUCKET_NAME=dev-backups
|
|
|
|
DB_URL=mongodb://mongodb:27018
|
|
MONGO_URL=mongodb://mongodb:27018
|
|
DB_PG_URL=postgresql://root@cockroach:26257/defaultdb?sslmode=disable
|
|
QUEUE_CONFIG='redpanda:9093;-staging'
|