mirror of
https://github.com/netbox-community/Device-Type-Library-Import.git
synced 2025-06-08 02:47:47 +02:00
Update settings.py
Fixed quotes to be consistent with the rest of settings.py
This commit is contained in:
parent
46e71fdc62
commit
c0fbe76247
@ -3,7 +3,7 @@ from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
REPO_URL = os.getenv("REPO_URL")
|
||||
REPO_BRANCH = os.getenv("REPO_BRANCH", 'master')
|
||||
REPO_BRANCH = os.getenv("REPO_BRANCH", "master")
|
||||
NETBOX_URL = os.getenv("NETBOX_URL")
|
||||
NETBOX_TOKEN = os.getenv("NETBOX_TOKEN")
|
||||
IGNORE_SSL_ERRORS = (os.getenv("IGNORE_SSL_ERRORS", "False") == "True")
|
||||
|
Loading…
x
Reference in New Issue
Block a user