forked from GrapeshotGames/AtlasTerritoryMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) · 863 Bytes
/
config.json
File metadata and controls
38 lines (38 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"EnableTileGeneration": false,
"EnableGameGeneration": true,
"Host": "",
"Port": 8881,
"AlternativeURL": "",
"WWWDir": "./www",
"FetchRateInSeconds": 15,
"DatabaseConnections": [
{
"Name": "Default",
"URL": "localhost",
"Port": 6379,
"Password": "foobared"
},
{
"Name": "TerritoryDB",
"URL": "localhost",
"Port": 6379,
"Password": "foobared"
}
],
"GridSize": 1400000.0,
"ServersX": 15,
"ServersY": 15,
"GameSize": 4096,
"TileSize": 256,
"MaxZoom": 7,
"LandRadiusUE": 10000,
"WaterRadiusUE": 21000,
"CircleAlpha": 128,
"AtlasS3URL": "",
"AtlasS3Region": "",
"AtlasS3AccessID": "",
"AtlasS3SecretKey": "",
"AtlasS3BucketName": "",
"AtlasS3KeyPrefix": ""
}