added translation template
[edward.git] / edward_config.py.example
CommitLineData
40c37ab3
AE
1#! /usr/bin/env python3
2# -*- coding: utf-8 -*-
5fbe1db7 3
40c37ab3
AE
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* *
40c37ab3
AE
18* Copyright (C) 2014 Josh Drake (AGPLv3+) *
19* Copyright (C) 2014 Lisa Marie Maginnis (AGPLv3+) *
4dea2faa 20* Copyright (C) 2015 Andrew Engelbrecht (AGPLv3+) *
40c37ab3
AE
21************************************************************************
22
23Code sourced from these projects:
24
5fbe1db7 25 * http://agpl.fsf.org/emailselfdefense.fsf.org/edward/PREVIOUS-20150530/edward.tgz
40c37ab3
AE
26
27"""
28
0a064403
AE
29gnupghome = "./tests/testgnupghome/"
30sign_with_key = "2470F96DB3CB20D2A39F89BA88611B2A4205FDDF"
40c37ab3 31
bb27d257
AE
32hostname = "localhost"
33
5e8f9094
AE
34debug = False
35