1<?php
2
3/**
4 * Settings for the gtime plugin
5 *
6 * @author    Michael Kirchner <michael@hirnreck.de>
7 */
8
9
10        //The URL of the service for creating timestamps.
11
12$conf['Timestamper_URL'] = 'http://stamper.guardtime.net/gt-timestampingservice';
13        //The URL of the service for connecting timestamps to Integrity Codes.
14$conf['Extender_URL'] = 'http://verifier.guardtime.net/gt-extendingservice';
15        //The URL where the GuardTime publications file can be downloaded.
16$conf['Publications_URL'] = 'http://verify.guardtime.com/gt-controlpublications.bin';
17        //Time of life for Publicationsfile in minutes
18$conf['Publications_TTL'] = 60;
19
20