added translation template
[edward.git] / edward_config.py.example
1 #! /usr/bin/env python3
2 # -*- coding: utf-8 -*-
3
4 """*********************************************************************
5 * Edward is free software: you can redistribute it and/or modify *
6 * it under the terms of the GNU Affero Public License as published by *
7 * the Free Software Foundation, either version 3 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * Edward is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU Affero Public License for more details. *
14 * *
15 * You should have received a copy of the GNU Affero Public License *
16 * along with Edward. If not, see <http://www.gnu.org/licenses/>. *
17 * *
18 * Copyright (C) 2014 Josh Drake (AGPLv3+) *
19 * Copyright (C) 2014 Lisa Marie Maginnis (AGPLv3+) *
20 * Copyright (C) 2015 Andrew Engelbrecht (AGPLv3+) *
21 ************************************************************************
22
23 Code sourced from these projects:
24
25 * http://agpl.fsf.org/emailselfdefense.fsf.org/edward/PREVIOUS-20150530/edward.tgz
26
27 """
28
29 gnupghome = "./tests/testgnupghome/"
30 sign_with_key = "2470F96DB3CB20D2A39F89BA88611B2A4205FDDF"
31
32 hostname = "localhost"
33
34 debug = False
35