Moving config to secret.txt
This commit is contained in:
parent
787ab55942
commit
13f7c88ed8
4 changed files with 42 additions and 26 deletions
20
secret.txt.example
Normal file
20
secret.txt.example
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue