mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-05 01:07:41 +02:00
Merge staging 12feb (#7993)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Executable
+28
@@ -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
|
||||
Reference in New Issue
Block a user