Skip to content

Instantly share code, notes, and snippets.

@Drac346
Last active December 28, 2018 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Drac346/a237ed55229f17a5bf54aefeb7f2271c to your computer and use it in GitHub Desktop.
Save Drac346/a237ed55229f17a5bf54aefeb7f2271c to your computer and use it in GitHub Desktop.
ServerGrid.ServerOnly.json - Update the IP, Port,and Password
{
"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": "securepasswordhere"
},
{
"Name": "TribeDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "securepasswordhere"
},
{
"Name": "TravelDataDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "securepasswordhere"
},
{
"Name": "TerritoryDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "securepasswordhere"
},
{
"Name": "LogDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "securepasswordhere"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment