comparison doc/dict_json.json.sample @ 1333:cbe1da7a32f1

Add dict_json extension. This extension allows loading diameter dictionares from a JSON file. Example files are provided by contrib/dict_json.
author Thomas Klausner <tk@giga.or.at>
date Tue, 09 Apr 2019 15:11:32 +0200
parents
children
comparison
equal deleted inserted replaced
1332:b75556f40346 1333:cbe1da7a32f1
1 # Configuration for the JSON dictionary extension (no config file needed)
2 #
3 # This extension allows configuration of diameter dictionaries
4 # in JSON format.
5 #
6 # To load the JSON dictionaries, list their paths, separated with a semicolon (';')
7 # as argument when loading the extension in the freeDiameter config file, i.e.:
8 #
9 # LoadExtension = "dict_json.so":"/path/to/dictionary.json;/path/to/another/dictionary_2.json";
10 #
11 # Relative paths work but are hard to get right because they are
12 # relative to where you started the freeDiameter daemon.
13 #
14 # The dictionaries must conform to the JSON schema in
15 # extensions/dict_json/dict_json_dict_schema.json
16 #
17 # Example dictionaries are in contrib/dict_json.
"Welcome to our mercurial repository"