diff --git a/netbox/netbox/configuration.example.py b/netbox/netbox/configuration.example.py index 6f7e61f0b..9b70688ce 100644 --- a/netbox/netbox/configuration.example.py +++ b/netbox/netbox/configuration.example.py @@ -17,7 +17,7 @@ DATABASE = { 'PASSWORD': '', # PostgreSQL password 'HOST': 'localhost', # Database server 'PORT': '', # Database port (leave blank for default) - 'CONN_MAX_AGE': 300, # Max database connection age + 'CONN_MAX_AGE': 300, # Max database connection age } # This key is used for secure generation of random numbers and strings. It must never be exposed outside of this file.