Configuraciones

This commit is contained in:
2020-11-02 00:57:09 -03:00
parent 658fdbb552
commit 510df82520
2 changed files with 10 additions and 0 deletions

7
config/email.json Normal file
View File

@ -0,0 +1,7 @@
{
"imap_server": "imap.yandex.com",
"port": 993,
"username": "secretary@incoviba.cl",
"password": "quzshqzyfcnydevp",
"ssl": true
}

3
config/supervisor.json Normal file
View File

@ -0,0 +1,3 @@
{
"wait": 15
}