Fernando K pushed to branch main at Root / Serviços / Netbox

Commits:

1 changed file:

Changes:

  • configuration.py
    ... ... @@ -21,7 +21,7 @@ REDIS = {
    21 21
             'SSL': False,
    
    22 22
         }
    
    23 23
     }
    
    24
    -ALLOWED_HOSTS = "*"
    
    24
    +ALLOWED_HOSTS = ["*"]
    
    25 25
     PLUGINS = [
    
    26 26
         "netbox_dns",
    
    27 27
         "netbox_floorplan",