View source with raw comments or as raw
    1:- module(conf_pengines, []).    2:- if(exists_source(library(pengines))).    3:- use_module(api(pengines)).

Configure Pengines access

Provide access to ClioPatria's RDF store using pengines.

See also
- http://www.swi-prolog.org/pldoc/package/pengines.html */
   12% :- set_setting_default(pengines:time_limit, 60).
   13:- set_setting_default(pengines:allow_from, [*]).   14% :- set_setting_default(pengines:deny_from,  []).
   15
   16% DO NOT REMOVE THIS :- endif.
   17:- endif.