mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 10:37:52 +00:00
14 lines
622 B
Bash
14 lines
622 B
Bash
PLATFORM_URI='http://host.docker.internal:8083'
|
|
PLATFORM_TRANSACTOR='ws://host.docker.internal:3334'
|
|
PLATFORM_USER='user1'
|
|
PLATFORM_USER_SECOND='user2'
|
|
PLATFORM_USER_THIRD='user3'
|
|
PLATFORM_USER_QARA='user_qara'
|
|
PLATFORM_WS='sanity-ws-qms'
|
|
PLATFORM_TOKEN='eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjb25maXJtZWQiOnRydWUsImVtYWlsIjoidXNlcjEiLCJ3b3Jrc3BhY2UiOiJzYW5pdHktd3MtcW1zIiwicHJvZHVjdElkIjoiIn0.vQK1jI8gHkjnNJf5XZ71L4dCqyHNmKW4_iBGrhXrqW8'
|
|
SETTING=.auth/storage.json
|
|
SETTING_SECOND=.auth/storageSecond.json
|
|
SETTING_THIRD=.auth/storageThird.json
|
|
SETTING_QARA_MANAGER=.auth/storageQaraManager.json
|
|
PLATFORM_PASSWORD='1234'
|