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

folders =
{
  images = "/home/jp/Documentos/imgs";
  caching = "/home/jp/Documentos/esajpip/cache";
  logging = "/home/jp/Documentos/esajpip/log";
};

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

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