Merge staging 12feb (#7993)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-02-12 23:18:50 +07:00
committed by GitHub
parent 1a76ebcc80
commit db0bbe31aa
71 changed files with 1607 additions and 357 deletions
+28
View File
@@ -0,0 +1,28 @@
#!/bin/bash
set -e
cd ./pods/account
rushx bundle
port=${1:-3000}
echo "Running account on port: ${port}"
#MONGO_URL=mongodb://localhost:27017,
export DB_URL="mongodb://localhost:27018"
# DB_URL=postgresql://postgres:example@localhost:5432,
# DB_URL=postgresql://root@host.docker.internal:26257/defaultdb?sslmode=disable,
export SERVER_SECRET="secret"
export REGION_INFO="|America;europe|"
export TRANSACTOR_URL="ws://transactor:3334;ws://localhost:3334,ws://transactor-europe:3335;ws://localhost:3335;europe,"
export ACCOUNTS_URL="http://localhost:${port}"
export ACCOUNT_PORT=${port}
export FRONT_URL="http://localhost:8080"
export STATS_URL="http://host.docker.internal:4900"
export SES_URL=
export MINIO_ACCESS_KEY="minioadmin"
export MINIO_SECRET_KEY="minioadmin"
export MINIO_ENDPOINT="localhost"
export ADMIN_EMAILS=admin
# DISABLE_SIGNUP=true,
# INIT_SCRIPT_URL=https://raw.githubusercontent.com/hcengineering/init/main/script.yaml,
# INIT_WORKSPACE=onboarding,
node --inspect bundle/bundle.js