39 lines
702 B
INI
39 lines
702 B
INI
|
[JOURNEYJOKER]
|
||
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||
|
Debug = 0
|
||
|
Host = journeyjoker.lan
|
||
|
Countries = ["AT"]
|
||
|
|
||
|
CurrencySymbol = "€"
|
||
|
CurrencyCode = "EUR"
|
||
|
CurrencyName = "Euro"
|
||
|
|
||
|
[SMTP]
|
||
|
Host = "mail.server"
|
||
|
# Port = 25
|
||
|
Username = "mail_username"
|
||
|
Password = "mail_password"
|
||
|
StartTLS = 0
|
||
|
SSL = 1
|
||
|
|
||
|
From = "noreply@journeyjoker.lan"
|
||
|
BCC = []
|
||
|
|
||
|
[ADMINS]
|
||
|
admin@example.com = Demo Admin
|
||
|
|
||
|
[MANAGERS]
|
||
|
manager@example.com = Demo Manager
|
||
|
|
||
|
# [MySQL]
|
||
|
# Database = journeyjoker
|
||
|
# Username = journeyjoker
|
||
|
# Password = secret123!
|
||
|
# Host = localhost
|
||
|
# Port = 3306
|
||
|
|
||
|
# [S3]
|
||
|
# AccessKey = journeyjoker
|
||
|
# SecretKey = !!!verysecret!!!
|
||
|
# Bucket = journeyjoker
|
||
|
# Endpoint = https://minio.journeyjoker.lan
|