~jhelioviewer-dev/esajpip/esa-jpip

1 by jp-garcia-ortiz
Initial commit
1
listen_at =
2
{
3
  port = 8080;
4
  address = "";
5
};
6
7
folders =
8
{
20 by JP
The logging of the client requests can be controlled by the configuration file, in order to decrease the size of the log file
9
  images = "/home/jp/Documentos/imgs";
10
  caching = "/home/jp/Documentos/esajpip/cache";
11
  logging = "/home/jp/Documentos/esajpip/log";
1 by jp-garcia-ortiz
Initial commit
12
};
13
14
connections =
15
{
16
  time_out = 60;
17
  max_number = 500;
18
};
19
20
general =
21
{
22
  logging = 1;
20 by JP
The logging of the client requests can be controlled by the configuration file, in order to decrease the size of the log file
23
  log_requests = 1;
1 by jp-garcia-ortiz
Initial commit
24
  cache_max_time = -1;
25
  max_chunk_size = 1000;
26
};