config.py
508 Bytes
WS_URL = "https://www.waboxapp.com/api/send/"
WS_Status = "https://www.waboxapp.com/api/status/"
WS_token = "fd378337aebead91c2eb25209aa51a7d5ce9754ea1718"
WS_uid = "5493412641022"
FILE_server = "https://archivos.hgtsa.com.ar/"
SMTP_username = "anac.avisos@gmail.com"
SMTP_password = "xvc7733455"
SMTP_HOST = "smtp.gmail.com"
SMTP_PORT = 587
SMS_URL = "http://192.168.15.120:8080/v1/sms/send/"
folder = "msg/"
db = "/dev/shm/messages.db"
TimeQueqe = 30
LimiteDiario = 200
ArchivoLimitesHosts = "limites.json"