mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
fix: update datalake run config
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
d3adee2aca
commit
4197b3817a
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -367,9 +367,7 @@
|
||||
"METRICS_CONSOLE": "true",
|
||||
"ACCOUNTS_URL": "http://localhost:3000",
|
||||
"MONGO_URL": "mongodb://localhost:27017",
|
||||
"MINIO_ACCESS_KEY": "minioadmin",
|
||||
"MINIO_SECRET_KEY": "minioadmin",
|
||||
"MINIO_ENDPOINT": "localhost"
|
||||
"STORAGE_CONFIG": "datalake|http://localhost:4030"
|
||||
},
|
||||
"runtimeVersion": "20",
|
||||
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
|
||||
@ -764,8 +762,8 @@
|
||||
"env": {
|
||||
"PORT": "4030",
|
||||
"SECRET": "secret",
|
||||
"DB_URL": "",
|
||||
"BUCKETS": "",
|
||||
"DB_URL": "postgresql://root@localhost:26257/defaultdb?sslmode=disable",
|
||||
"BUCKETS": "blobs,eu|http://localhost:9000?accessKey=minioadmin&secretKey=minioadmin",
|
||||
"ACCOUNTS_URL": "http://localhost:3000",
|
||||
"STATS_URL": "http://huly.local:4900",
|
||||
"STREAM_URL": "http://huly.local:1080/recording"
|
||||
|
Loading…
Reference in New Issue
Block a user