template files
This commit is contained in:
parent
461e9e7b7b
commit
9c7acdcac2
2 changed files with 9 additions and 0 deletions
5
config/email.json.template
Normal file
5
config/email.json.template
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"email_address":"me@example.com",
|
||||
"password":"PASSWORD",
|
||||
"smtpserver":"smtp.gmail.com"
|
||||
}
|
||||
4
config/file.json.template
Normal file
4
config/file.json.template
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"username": "USERNAME",
|
||||
"password": "PASSWORD"
|
||||
}
|
||||
Loading…
Reference in a new issue