Skip to content

Commit f6d1ed0

Browse files
committed
Change database name from 'armbian' to 'netbox'
1 parent b0d4c71 commit f6d1ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/modules/software/module_netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function module_netbox () {
6363
cat > "$NETBOX_BASE/config/configuration.py" <<- EOT
6464
ALLOWED_HOSTS = ['*']
6565
DATABASE = {
66-
'NAME': 'armbian',
66+
'NAME': 'netbox',
6767
'USER': 'armbian',
6868
'PASSWORD': 'armbian',
6969
'HOST': 'postgres',

0 commit comments

Comments
 (0)