~jhelioviewer-dev/esajpip/esa-jpip

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
listen_at =
{
  port = 8080;
  address = "";
};

folders =
{
  images = "../data";
  caching = "cache";
  logging = "log";
};

connections =
{
  time_out = 60;
  max_number = 500;
};

general =
{
  logging = 1;
  cache_max_time = -1;
  max_chunk_size = 1000;
};