Files
caliverse_server/BrokerApiTest/TestConfig/ServerConfig-Local.json
2025-05-01 07:20:41 +09:00

151 lines
4.8 KiB
JSON

{
"LogDir": "./Logs",
"DumpDir": "./",
"LocalServer": true,
"SingleThreaded": false,
"ServiceType": "Dev",
"StandaloneMode": true,
"OfflineMode": false,
"DefaultMaxUser": 500,
"ClientListen": {
"Ip": "",
"Port": 0
},
"SessionKeepAliveTimeSec": 3600,
"MinWorkerThreadCount": 100,
"MinIoThreadCount": 0,
"AccountLoginBlockEnable": false,
"SsoAccountDb": "Server=localhost;Port=13306;User ID=external_ro;Password=bQNEXbRWQTtV6bwlqktGyBiuf2KqYF;Database=caliverse",
"SsoAccountAuthJwtSecretKey": "zgoRtipbFcgQp0VGP8VZW8QhW4ll1swfvASqwr78",
"AccountNftDb": "Server=localhost;Port=13306;User ID=external_ro;Password=bQNEXbRWQTtV6bwlqktGyBiuf2KqYF;Database=caliverse",
"Redis": "127.0.0.1:6379,password=KT-i5#i%-%LxKfZ5YJj6,AsyncTimeout=30000,SyncTimeout=30000,ssl=false,abortConnect=false",
"Dynamodb": "http://localhost:8000",
"AWS": {
"Enable": false,
"LocalDynamoDB": true,
"AccessKey": "AKIA4G3CB4Z5T6JUPHJN",
"SecretKey": "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",
"Region": "us-west-2",
"MilestoneName": "MS5",
"CloudWatchLog": {
"Enable": false,
"LogGroup": "MetaverseLog-Dev",
"LogNamePattern": "Developer",
"LogLevel": "Debug",
"Layout": {
"logTime": "${date:universalTime=true:format=yyyy-MM-ddTHH\\:mm\\:ss.fffZ}",
"level": "${level:upperCase=true}",
"message": "${message}",
"player": "${event-properties:player}",
"properties": "${event-properties:properties}",
"threadId": "${threadid}",
"function": "${event-properties:memberName}",
"filePath": "${event-properties:filePath}",
"lineNumber": "${event-properties:lineNumber}",
"server": "${event-properties:server}",
"ipport": "${event-properties:ipport}"
}
},
"S3": {
"ServiceFolderName": "Dev",
"MyhomeUgcInfoBucketName": "metaverse-myhomeugc-test",
"BeaconAppProfileBucketName": "metaverse-beacon-appprofile"
}
},
"ClientProgramVersionCheck": false,
"ClientMinimumRequiredLogicVersion": 0,
"ProgramVersionPath": ".\\Version\\",
"ProgramVersion": {
"MetaSchemaVersion": "MetaSchemaVersion.json",
"MetaDataVersion": "MetaDataVersion.json",
"PacketVersion": "PacketVersion.json",
"ResourceVersion": "ServerResourceVersion.json",
"ConfigVersion": "ServerConfigVersion.json",
"LogicVersion": "ServerBinaryVersion.json",
"DbSchemaVersion": "DbSchemaVersion.json"
},
"CheatCommandAlwaysAllow": true,
"AuthRule": {
"ClientStandaloneAllow": true,
"ClientBySsoAccountAuthWithLauncherAllow": false,
"PlatformTypeAllows": ""
},
"LoadBalancingRule": {
"AuthToGameRule": {
"Rule": "WeightedRoundRobin",
"MinRate": 0,
"MaxRate": 100,
"UserLanguageBased": true
}
},
"ServerApiUrlCatalog": [
{ "BillingApiServerUrl": "https://caliverse.io/shop" },
{ "ChatAiApiServerUrl": "https://ai-dev-api.caliverse.io" },
{ "MyhomeEditGuideUrl": "https://calidocu.gitbook.io/caliverse-metaverse/en/caliverse-feature-guide/interior" },
{ "WebLinkUrlSeasonPass": "https://calidocu.gitbook.io/caliverse-metaverse/en/pass-and-claim/season-pass" },
{ "CaliumConverterWebGuide": "https://calidocu.gitbook.io/caliverse-metaverse/en/calium/calium-converter" },
{ "S3ResourceImageUrl": "https://d3s9natejb9ydz.cloudfront.net/Dev" }
],
"NftRule": {
"NftDBAccess": false,
"CPNftForOwnerAllGetUrl": "https://dev-api.caliverse.io/v1/nft/game"
},
"EchoSystem": {
"BaseAddress": "https://eco-system-dev-rollup-admin-api.caliverse.io"
},
"AIChat": {
"BaseAddress": "https://ai-dev-api.caliverse.io",
"PrivateKey": "PPt+3OLhgLnXCGXrezRL4ZmtA3FmCZtjOgDPvx1MMAY/0VcXFDQQfBRnfR4c2FmzGILuPjue/xtNyLUFOe3EYg=="
},
"Billing": {
"BaseAddress": "https://dev-api.caliverse.io"
},
"Ugq": {
"ApiServerAddress": "https://dev-ugqapi.caliverse.io:11000",
//"ApiServerAddress": "http://localhost:1000",
"UrlInGamePrefix": "/api/v1/InGame"
},
"Rabbitmq": {
"HostName": "localhost",
"Port": 5672,
"UserName": "admin",
"Password": "admin",
"SSL": false
},
"GameConfig": {
"ReservationWaitTimeMSec": 1200000,
"LoginCacheExpiryTimeMSec": 3600000,
"ServerSwitchCacheExpiryTimeMSec": 3600000
},
"ControlAgentEnable": false,
"PerformanceCheckEnable": false,
"BattleSystemEnable" : true
}