20 lines
604 B
Text
20 lines
604 B
Text
# Redmine config
|
|
REDMINE_URL=https://tickets.example.com
|
|
REDMINE_API_KEY=1337
|
|
|
|
## Mediawiki config
|
|
MEDIAWIKI_URL=https://wiki.example.com
|
|
# should be Bot credentials, that can be created on Special:BotPasswords
|
|
MEDIAWIKI_USERNAME=Assemblybot@assemblybot
|
|
MEDIAWIKI_BOTPASSWORD=1337
|
|
|
|
# smtp config
|
|
SMTP_HOST=mail.example.com
|
|
SMTP_PORT=465
|
|
SMTP_FROM=assembly_noreply@example.com
|
|
SMTP_USER=assemblybot
|
|
SMTP_PASSWORD=1337
|
|
SMTP_RECIPIENTS=john.doe@example.com max.mustermann@example.com
|
|
MAIL_SUBJECT=Put subject here
|
|
MAIL_HEADER=This text comes before the tickets
|
|
MAIL_FOOTER=This text comes after the tickets
|