44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"Rendezvous": {
|
|
"Provisioning": {
|
|
"Issuer": "final-factory-rendezvous-development",
|
|
"Audience": "final-factory-rendezvous",
|
|
"ClockSkewSeconds": 30,
|
|
"SigningKeys": [
|
|
{
|
|
"KeyId": "development-ephemeral-1",
|
|
"SecretReference": "development:ephemeral/rendezvous-signing",
|
|
"CredentialKinds": ["DedicatedPublisher", "PlayerHostGrant"],
|
|
"GameId": "space-game",
|
|
"EnvironmentId": "development",
|
|
"NotBefore": "2025-01-01T00:00:00Z",
|
|
"SignUntil": "2035-01-01T00:00:00Z",
|
|
"VerifyUntil": "2035-01-02T00:00:00Z"
|
|
}
|
|
],
|
|
"Games": [
|
|
{
|
|
"GameId": "space-game",
|
|
"EnvironmentId": "development",
|
|
"Enabled": true,
|
|
"ProtocolVersions": [1],
|
|
"Regions": ["local"],
|
|
"VisibilityModes": ["Public", "Unlisted"],
|
|
"PublisherTrustModes": ["ManagedDedicated", "PlayerGrant", "AnonymousUnlisted"],
|
|
"MetadataValueMaxBytes": {
|
|
"map": 64,
|
|
"mode": 32
|
|
},
|
|
"RequiredMetadataKeys": [],
|
|
"MetadataMaxBytes": 512,
|
|
"MetadataMaxKeys": 2,
|
|
"MaxListingsPerPrincipal": 10,
|
|
"MaxAnonymousListingsPerAddress": 1,
|
|
"MaxActiveJoinAttempts": 100,
|
|
"FallbackPolicy": "Disabled"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|