Files
NowChessSystems/bruno/environments/local.bru
T
2026-04-30 18:56:54 +02:00

12 lines
347 B
Plaintext

vars {
baseUrl: http://localhost:8080
wsBaseUrl: ws://localhost:8084
ioBaseUrl: http://localhost:8080
accountBaseUrl: http://localhost:8083/api
storeBaseUrl: http://localhost:8085
token: your_jwt_token_here
adminToken: your_admin_jwt_token_here
botToken: your_bot_jwt_token_here
internalToken: your_internal_service_token_here
}