2008-04-04 20:36:46 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
2007-02-10 14:52:59 +01:00
|
|
|
#
|
2008-04-04 20:36:46 +02:00
|
|
|
# Copyright (C) 2007, 2008 by Jan Dittberner.
|
2007-02-10 14:52:59 +01:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
|
|
# USA.
|
|
|
|
#
|
|
|
|
# Version: $Id$
|
|
|
|
|
2007-02-13 19:18:09 +01:00
|
|
|
[database]
|
2008-04-05 20:48:39 +02:00
|
|
|
# This section contains database related configuration parameters.
|
|
|
|
#
|
2007-02-10 14:52:59 +01:00
|
|
|
# The database connection string in a format usable for
|
2007-02-13 19:18:09 +01:00
|
|
|
# sqlalchemy. For examples see
|
|
|
|
# http://www.sqlalchemy.org/docs/dbengine.myt
|
2007-02-10 14:52:59 +01:00
|
|
|
#
|
2007-02-13 19:18:09 +01:00
|
|
|
uri = sqlite:///database.txt
|
2008-04-05 20:48:39 +02:00
|
|
|
#
|
|
|
|
# The path to the sqlalchemy-migrate database repository
|
|
|
|
#repository = /etc/gnuviechadmin/dbrepo
|
|
|
|
|
|
|
|
[common]
|
|
|
|
# This section contains common configuration parameters.
|
|
|
|
#
|
|
|
|
# Wrapper to execute commands with superuser (root) privileges
|
|
|
|
#suwrapper = sudo
|
|
|
|
#
|
|
|
|
# Directory to store backup data to
|
|
|
|
#backupdir = /var/backups/gnuviechadmin
|
|
|
|
#
|
|
|
|
# Directory where the Gnuviech Admin templates are stored
|
|
|
|
#templatedir = /etc/gnuviechadmin/templates
|
|
|
|
#
|
|
|
|
# Logging configuration file
|
|
|
|
#log.cfg = /etc/gnuviechadmin/logging.cfg
|
|
|
|
#
|
|
|
|
# Default country code to use for new clients when country is not specified
|
|
|
|
#defaultcountry = de
|
|
|
|
#
|
|
|
|
# Mail sender address for mails sent out by Gnuviech Admin. This
|
|
|
|
# address is used to find the GnuPG signing key too.
|
|
|
|
#mailfrom = gva@example.org
|
|
|
|
#
|
|
|
|
# Mail recipient address for mails sent out by Gnuviech Admin. This
|
|
|
|
# address is used to find the GnuPG encryption key too.
|
|
|
|
#mailto = admin@example.org
|
|
|
|
|
|
|
|
[domain]
|
|
|
|
# This section contains various configuration parameters for domain
|
|
|
|
# creation.
|
|
|
|
#
|
|
|
|
# Default primary nameserver name
|
|
|
|
#defaultns1 = ns1.example.org
|
|
|
|
#
|
|
|
|
# Default secondary nameserver name
|
|
|
|
#defaultns2 = ns2.example.org
|
|
|
|
#
|
|
|
|
# Default mail exchanger hostname
|
|
|
|
#defaultmx = mail.example.org
|
|
|
|
#
|
|
|
|
# Default ip address
|
|
|
|
#defaultip = 127.0.0.1
|
|
|
|
#
|
|
|
|
# Default hostmaster address for SOA records (the first dot is equal
|
|
|
|
# to an at sign in a normal email address. So if your hostmaster has
|
|
|
|
# the address hostmaster@example.org the value for defaulthostmaster
|
|
|
|
# ist hostmaster.example.org)
|
|
|
|
#defaulthostmaster = hostmaster.example.org
|