rx300: update netbox to 3.2.1
This commit is contained in:
parent
553dc3cb9f
commit
fc2a69fc2c
2 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,8 @@ ADMINS = [
|
||||||
% endfor
|
% endfor
|
||||||
]
|
]
|
||||||
|
|
||||||
|
AUTH_PASSWORD_VALIDATORS = []
|
||||||
|
|
||||||
BASE_PATH = ''
|
BASE_PATH = ''
|
||||||
|
|
||||||
CORS_ORIGIN_ALLOW_ALL = False
|
CORS_ORIGIN_ALLOW_ALL = False
|
||||||
|
|
|
@ -276,7 +276,7 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'netbox': {
|
'netbox': {
|
||||||
'domain': 'netbox.franzi.business',
|
'domain': 'netbox.franzi.business',
|
||||||
'version': 'v3.1.10',
|
'version': 'v3.2.1',
|
||||||
'changelog_retention_days': 360,
|
'changelog_retention_days': 360,
|
||||||
'admins': {
|
'admins': {
|
||||||
'kunsi': 'hostmaster@kunbox.net',
|
'kunsi': 'hostmaster@kunbox.net',
|
||||||
|
|
Loading…
Reference in a new issue