mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 09:13:54 +03:00
9 lines
456 B
Bash
9 lines
456 B
Bash
PLATFORM_URI='http://localhost:8083'
|
|
PLATFORM_TRANSACTOR='ws://localhost:3334'
|
|
PLATFORM_USER='user1'
|
|
PLATFORM_USER_SECOND='user2'
|
|
PLATFORM_TOKEN='eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjb25maXJtZWQiOnRydWUsImVtYWlsIjoidXNlcjEiLCJ3b3Jrc3BhY2UiOiJzYW5pdHktd3MtcW1zIiwicHJvZHVjdElkIjoiIn0.vQK1jI8gHkjnNJf5XZ71L4dCqyHNmKW4_iBGrhXrqW8'
|
|
SETTING=storage.json
|
|
SETTING_SECOND=storageSecond.json
|
|
SETTING_QARA_MANAGER=storageQaraManager.json
|
|
PLATFORM_PASSWORD='1234' |