#-*- coding: utf-8 -*- ## @package Lodel.settings_format Rules for settings ## @brief List mandatory configurations keys MANDATORY = [ 'debug', 'sitename', 'em_file', 'acl_bypass', 'debug_sql', 'ds_package', 'datasource', 'mh_classname', 'migration_options', 'base_path', 'lodel2_lib_path', ] ## @brief List allowed (but not mandatory) configurations keys ALLOWED = [ 'em_graph_output', 'em_graph_format', 'templates_base_dir' ]