tao-test/app/taoAltResultStorage/config/default/KeyValueResultStorage.conf.php

11 lines
339 B
PHP
Raw Permalink Normal View History

2022-08-29 20:14:13 +02:00
<?php
/**
* Default config header
*
* To replace this add a file /home/bout/code/php/taoTrunk/taoResultServer/config/header/default_resultserver.conf.php
*/
return new \taoAltResultStorage_models_classes_KeyValueResultStorage([
\taoAltResultStorage_models_classes_KeyValueResultStorage::OPTION_PERSISTENCE => 'keyValueResult'
]);