1
0
Fork 0
gnuviechadmin-historic/gnuviechadmin/gva.cfg.tmpl

81 lines
2.5 KiB
Cheetah
Raw Normal View History

# -*- coding: utf-8 -*-
#
# Copyright (C) 2007, 2008 by Jan Dittberner.
#
# 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$
[database]
# This section contains database related configuration parameters.
#
# The database connection string in a format usable for
# sqlalchemy. For examples see
# http://www.sqlalchemy.org/docs/dbengine.myt
#
uri = sqlite:///database.txt
#
# 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