diff --git a/agent/settings.py b/agent/settings.py index c96c38d..6932156 100644 --- a/agent/settings.py +++ b/agent/settings.py @@ -1,13 +1,7 @@ # -*- coding: utf-8 -*- -# Agent ip and port -SELF_IP = '127.0.0.1' -SELF_PORT = 2134 - -# Main server ip and port -SERVER_IP = '127.0.0.1' -SERVER_PORT = 8000 # 8443 +# Для установки модуля NAS смотрите в __init__ # Certificates CERTFILE = "/etc/ssl/server.crt"