mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
207 B
JSON
12 lines
207 B
JSON
|
{
|
||
|
"gmail": {
|
||
|
"name": "gmail",
|
||
|
"host": "smtp.gmail.com",
|
||
|
"port": "587",
|
||
|
"email": "username@gmail.com",
|
||
|
"username": "username",
|
||
|
"password": "password",
|
||
|
"mechanism": "PLAIN"
|
||
|
}
|
||
|
}
|