You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
576 B
TOML
27 lines
576 B
TOML
[django]
|
|
deployed = true
|
|
debug = true
|
|
secret_key = 'secret'
|
|
allowed_hosts = ['*']
|
|
protocol = 'http'
|
|
base_url = 'localhost:8000'
|
|
media_root = '/var/www/jdav_web/media'
|
|
static_root = '/var/www/jdav_web/static'
|
|
broker_url = 'redis://redis:6379/0'
|
|
memcached_url = 'cache:11211'
|
|
default_static_path = '/var/www/jdav_web/static'
|
|
|
|
[database]
|
|
host = 'db'
|
|
port = 3306
|
|
database = 'kompass'
|
|
user = 'kompass'
|
|
password = 'secret'
|
|
|
|
[mail]
|
|
host = 'mailserver'
|
|
user = 'info@jdav-town.de'
|
|
password = 'secret'
|
|
default_sending_address = 'info@jdav-town.de'
|
|
default_sending_name = 'JDAV Tuetown'
|