You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.3 KiB
65 lines
1.3 KiB
{
|
|
"LocalS3URL": "",
|
|
"LocalS3AccessKeyId": "",
|
|
"LocalS3SecretKey": "",
|
|
"LocalS3BucketName": "",
|
|
"LocalS3Region": "",
|
|
"TribeLogConfig": {
|
|
"MaxRedisEntries": 1000,
|
|
"BackupMode": "off",
|
|
"MaxFileHistory": 10,
|
|
"HttpBackupURL": "",
|
|
"HttpAPIKey": "",
|
|
"S3KeyPrefix": ""
|
|
},
|
|
"SharedLogConfig": {
|
|
"FetchRateSec": 60,
|
|
"SnapshotCleanupSec": 900,
|
|
"SnapshotRateSec": 1800,
|
|
"SnapshotExpirationHours": 48,
|
|
"BackupMode": "off",
|
|
"MaxFileHistory": 10,
|
|
"HttpBackupURL": "",
|
|
"HttpAPIKey": "",
|
|
"S3KeyPrefix": ""
|
|
},
|
|
"TravelDataConfig": {
|
|
"BackupMode": "off",
|
|
"MaxFileHistory": 10,
|
|
"HttpBackupURL": "",
|
|
"HttpAPIKey": "",
|
|
"S3KeyPrefix": ""
|
|
},
|
|
"DatabaseConnections": [
|
|
{
|
|
"Name": "Default",
|
|
"URL": "127.0.0.1",
|
|
"Port": 6379,
|
|
"Password": "foobared"
|
|
},
|
|
{
|
|
"Name": "TribeDB",
|
|
"URL": "127.0.0.1",
|
|
"Port": 6379,
|
|
"Password": "foobared"
|
|
},
|
|
{
|
|
"Name": "TravelDataDB",
|
|
"URL": "127.0.0.1",
|
|
"Port": 6379,
|
|
"Password": "foobared"
|
|
},
|
|
{
|
|
"Name": "TerritoryDB",
|
|
"URL": "127.0.0.1",
|
|
"Port": 6379,
|
|
"Password": "foobared"
|
|
},
|
|
{
|
|
"Name": "LogDB",
|
|
"URL": "127.0.0.1",
|
|
"Port": 6379,
|
|
"Password": "foobared"
|
|
}
|
|
]
|
|
}
|