platform/tests/.env
Alexander Onnikov 6c5a6aae27
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
Use datalake in tests and dev (#8826)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-05 10:44:03 +07:00

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'