We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d4c71 commit f6d1ed0Copy full SHA for f6d1ed0
tools/modules/software/module_netbox.sh
@@ -63,7 +63,7 @@ function module_netbox () {
63
cat > "$NETBOX_BASE/config/configuration.py" <<- EOT
64
ALLOWED_HOSTS = ['*']
65
DATABASE = {
66
- 'NAME': 'armbian',
+ 'NAME': 'netbox',
67
'USER': 'armbian',
68
'PASSWORD': 'armbian',
69
'HOST': 'postgres',
0 commit comments