4 changed files with 1351 additions and 1351 deletions
@ -1,65 +1,65 @@ |
|||||
{ |
{ |
||||
"LocalS3URL": "", |
"LocalS3URL": "", |
||||
"LocalS3AccessKeyId": "", |
"LocalS3AccessKeyId": "", |
||||
"LocalS3SecretKey": "", |
"LocalS3SecretKey": "", |
||||
"LocalS3BucketName": "", |
"LocalS3BucketName": "", |
||||
"LocalS3Region": "", |
"LocalS3Region": "", |
||||
"TribeLogConfig": { |
"TribeLogConfig": { |
||||
"MaxRedisEntries": 1000, |
"MaxRedisEntries": 1000, |
||||
"BackupMode": "off", |
"BackupMode": "off", |
||||
"MaxFileHistory": 10, |
"MaxFileHistory": 10, |
||||
"HttpBackupURL": "", |
"HttpBackupURL": "", |
||||
"HttpAPIKey": "", |
"HttpAPIKey": "", |
||||
"S3KeyPrefix": "" |
"S3KeyPrefix": "" |
||||
}, |
}, |
||||
"SharedLogConfig": { |
"SharedLogConfig": { |
||||
"FetchRateSec": 60, |
"FetchRateSec": 60, |
||||
"SnapshotCleanupSec": 900, |
"SnapshotCleanupSec": 900, |
||||
"SnapshotRateSec": 1800, |
"SnapshotRateSec": 1800, |
||||
"SnapshotExpirationHours": 48, |
"SnapshotExpirationHours": 48, |
||||
"BackupMode": "off", |
"BackupMode": "off", |
||||
"MaxFileHistory": 10, |
"MaxFileHistory": 10, |
||||
"HttpBackupURL": "", |
"HttpBackupURL": "", |
||||
"HttpAPIKey": "", |
"HttpAPIKey": "", |
||||
"S3KeyPrefix": "" |
"S3KeyPrefix": "" |
||||
}, |
}, |
||||
"TravelDataConfig": { |
"TravelDataConfig": { |
||||
"BackupMode": "off", |
"BackupMode": "off", |
||||
"MaxFileHistory": 10, |
"MaxFileHistory": 10, |
||||
"HttpBackupURL": "", |
"HttpBackupURL": "", |
||||
"HttpAPIKey": "", |
"HttpAPIKey": "", |
||||
"S3KeyPrefix": "" |
"S3KeyPrefix": "" |
||||
}, |
}, |
||||
"DatabaseConnections": [ |
"DatabaseConnections": [ |
||||
{ |
{ |
||||
"Name": "Default", |
"Name": "Default", |
||||
"URL": "127.0.0.1", |
"URL": "127.0.0.1", |
||||
"Port": 6379, |
"Port": 6379, |
||||
"Password": "foobared" |
"Password": "foobared" |
||||
}, |
}, |
||||
{ |
{ |
||||
"Name": "TribeDB", |
"Name": "TribeDB", |
||||
"URL": "127.0.0.1", |
"URL": "127.0.0.1", |
||||
"Port": 6379, |
"Port": 6379, |
||||
"Password": "foobared" |
"Password": "foobared" |
||||
}, |
}, |
||||
{ |
{ |
||||
"Name": "TravelDataDB", |
"Name": "TravelDataDB", |
||||
"URL": "127.0.0.1", |
"URL": "127.0.0.1", |
||||
"Port": 6379, |
"Port": 6379, |
||||
"Password": "foobared" |
"Password": "foobared" |
||||
}, |
}, |
||||
{ |
{ |
||||
"Name": "TerritoryDB", |
"Name": "TerritoryDB", |
||||
"URL": "127.0.0.1", |
"URL": "127.0.0.1", |
||||
"Port": 6379, |
"Port": 6379, |
||||
"Password": "foobared" |
"Password": "foobared" |
||||
}, |
}, |
||||
{ |
{ |
||||
"Name": "LogDB", |
"Name": "LogDB", |
||||
"URL": "127.0.0.1", |
"URL": "127.0.0.1", |
||||
"Port": 6379, |
"Port": 6379, |
||||
"Password": "foobared" |
"Password": "foobared" |
||||
} |
} |
||||
] |
] |
||||
} |
} |
File diff suppressed because it is too large
After Width: | Height: | Size: 747 KiB |
After Width: | Height: | Size: 2.2 MiB |
Loading…
Reference in new issue