<?php

/**
 * Settings for the gtime plugin
 *
 * @author    Michael Kirchner <michael@hirnreck.de>
 */


        //The URL of the service for creating timestamps.

$conf['Timestamper_URL'] = 'http://stamper.guardtime.net/gt-timestampingservice';
        //The URL of the service for connecting timestamps to Integrity Codes.
$conf['Extender_URL'] = 'http://verifier.guardtime.net/gt-extendingservice';
        //The URL where the GuardTime publications file can be downloaded.
$conf['Publications_URL'] = 'http://verify.guardtime.com/gt-controlpublications.bin';
        //Time of life for Publicationsfile in minutes
$conf['Publications_TTL'] = 60;

