add example credentials

This commit is contained in:
Daniel 2023-12-11 11:32:35 +01:00
parent db70a49bad
commit 2c406c3a34
2 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View file

@ -6,4 +6,5 @@ TestResults/
*.json *.json
*.zip *.zip
*.egg-info *.egg-info
credentials* credentials*
!credentials-example.json

9
credentials-example.json Normal file
View file

@ -0,0 +1,9 @@
{
"ADMIN_USER": "admin",
"ADMIN_PASS": "password",
"IMAP_EMAIL": "test@domain.com",
"IMAP_HOST": "mail.domain.com",
"IMAP_PORT": "993",
"IMAP_USER": "imap_user",
"IMAP_PASS": "password"
}