mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
feat: cookie token (#8057)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -9,14 +9,14 @@ 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,
|
||||
# DB_URL=postgresql://root@huly.local: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 STATS_URL="http://huly.local:4900"
|
||||
export SES_URL=
|
||||
export MINIO_ACCESS_KEY="minioadmin"
|
||||
export MINIO_SECRET_KEY="minioadmin"
|
||||
|
||||
Reference in New Issue
Block a user