Gld Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * gld User Manual =Configuration= <pre> -c <cofiguration-file.yml> </pre> If the configuration file is not specified on the command...")
 
No edit summary
Line 10: Line 10:


If the configuration file is not specified on the command line (where it has priority), it is looked up a value of GLD_CONF_FILE environment variable.
If the configuration file is not specified on the command line (where it has priority), it is looked up a value of GLD_CONF_FILE environment variable.
=Cache Service Configuration=
<pre>
service:
  type: cache
  implementation: local
  key-size: 10
  value-size: 1024
  load-strategy:
    ...
</pre>

Revision as of 19:58, 7 December 2016

Internal

Configuration

-c <cofiguration-file.yml>

If the configuration file is not specified on the command line (where it has priority), it is looked up a value of GLD_CONF_FILE environment variable.

Cache Service Configuration

service:

  type: cache
  implementation: local

  key-size: 10
  value-size: 1024

  load-strategy:
    ...