초기커밋
This commit is contained in:
162
BrokerApiTest/Config/ServerConfig-Dev.json
Normal file
162
BrokerApiTest/Config/ServerConfig-Dev.json
Normal file
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
"MongoDb": {
|
||||
"ConnectionString": "mongodb://devmetaversemongoconnect:dev#$943cali@localhost:27017",
|
||||
"DatabaseName": "Metaverse",
|
||||
"MinConnectionPoolSize": 0,
|
||||
"MaxConnectionPoolSize": 100,
|
||||
"WaitQueueTimeoutSecs": 120
|
||||
},
|
||||
|
||||
"AWS": {
|
||||
"Enable": true,
|
||||
"LocalDynamoDB": false,
|
||||
"AccessKey": "AKIA4G3CB4Z5T6JUPHJN",
|
||||
"SecretKey": "G82Bq5tCUTvSPe9InGayH8kONbtEnLxMrgzrAbCn",
|
||||
"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}",
|
||||
"server": "${event-properties:server}",
|
||||
"ip/port": "${event-properties:ip/port}",
|
||||
"threadId": "${threadid}",
|
||||
"level": "${level:upperCase=true}",
|
||||
"message": "${message}",
|
||||
"function": "${event-properties:memberName}",
|
||||
"filePath": "${event-properties:filePath}",
|
||||
"lineNumber": "${event-properties:lineNumber}"
|
||||
}
|
||||
},
|
||||
|
||||
"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": { "Ko": "https://caliverse.io/shop" } },
|
||||
{ "ChatAiApiServerUrl": { "Ko": "https://ai-dev-api.caliverse.io" } },
|
||||
{ "S3ResourceImageUrl": { "Ko": "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",
|
||||
"SlackAddress": "https://hooks.slack.com/services/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"
|
||||
},
|
||||
|
||||
"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,
|
||||
|
||||
"MetaverseBroker": {
|
||||
"JwtSecretKey": "zgoRtipbFcgQp0VGP8VZW8QhW4ll1swfvASqwr78",
|
||||
"ExpireMinutes": 1440,
|
||||
"SsoAccountDb": "Server=dev-caliverse-db.cluster-ro-czac0we0qoyx.us-west-2.rds.amazonaws.com;Port=3306;User ID=external_ro;Password=bQNEXbRWQTtV6bwlqktGyBiuf2KqYF;Database=caliverse",
|
||||
"MetaverseBrokerDb": "Server=metaverse-broker-dev.cdn6gxjy33pu.us-west-2.rds.amazonaws.com;Port=3306;User ID=broker_user;Password=Apxkqjtmqmfhzj;Database=metaverse-broker",
|
||||
"MetaverseBrokerDbLocal": "Server=localhost;Port=3307;User ID=broker_user;Password=qmfhzjdbwj;Database=metaverse-broker"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user