diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-08-08 14:34:10 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-08-08 14:34:10 -0300 |
| commit | 56f96f0bdc6187ce19064d311c000656ae68008b (patch) | |
| tree | 104a7843861befbd4da34a66f03b85d7b9ea0df9 /doc/dict_json.json.sample | |
| parent | 3e8d3ed13f58af810934de696c34bf5bf16ddcc6 (diff) | |
New upstream version 1.5.0upstream
Diffstat (limited to 'doc/dict_json.json.sample')
| -rw-r--r-- | doc/dict_json.json.sample | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/dict_json.json.sample b/doc/dict_json.json.sample new file mode 100644 index 0000000..c8c87bf --- /dev/null +++ b/doc/dict_json.json.sample @@ -0,0 +1,17 @@ +# Configuration for the JSON dictionary extension (no config file needed) +# +# This extension allows configuration of diameter dictionaries +# in JSON format. +# +# To load the JSON dictionaries, list their paths, separated with a semicolon (';') +# as argument when loading the extension in the freeDiameter config file, i.e.: +# +# LoadExtension = "dict_json.so":"/path/to/dictionary.json;/path/to/another/dictionary_2.json"; +# +# Relative paths work but are hard to get right because they are +# relative to where you started the freeDiameter daemon. +# +# The dictionaries must conform to the JSON schema in +# extensions/dict_json/dict_json_dict_schema.json +# +# Example dictionaries are in contrib/dict_json. |
