Files
NowChessSystems/bruno/environments/local.bru
T
Janis 2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
fix(middleware): update paths for bot generation and stockfish configuration
refactor(bru): standardize authentication settings across requests
chore: add coordinator base URL to configuration files
2026-05-01 19:56:34 +02:00

13 lines
399 B
Plaintext

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