mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
0b76c264bc
Signed-off-by: Jasmin <jasmin@hardcoreeng.com>
10 lines
414 B
Bash
10 lines
414 B
Bash
PLATFORM_URI='http://localhost:8083'
|
|
PLATFORM_TRANSACTOR='ws://localhost:3334'
|
|
PLATFORM_USER='user1'
|
|
PLATFORM_USER_SECOND='user2'
|
|
PLATFORM_TOKEN='eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InVzZXIxIiwid29ya3NwYWNlIjoic2FuaXR5LXdzIn0.hfUCqePHO-WNps2by4B-CYGKIpDpLG0WVCUUtU-SVI4'
|
|
LOCAL_URL='http://localhost:3003/'
|
|
DEV_URL='http://localhost:8080/account'
|
|
SETTING=storage.json
|
|
SETTING_SECOND=storageSecond.json
|