mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
* First take on adding support for sending in unity licensing server url on linux * Forgot to build dist * Moved services-config parsing to typescript * Need to set licensing server env variable for activate.sh * Forgot unused docker mount directory /resources
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
{
|
|
"licensingServiceBaseUrl": "%URL%",
|
|
"enableEntitlementLicensing": true,
|
|
"enableFloatingApi": true,
|
|
"clientConnectTimeoutSec": 5,
|
|
"clientHandshakeTimeoutSec": 10
|
|
}
|