From 8f8b1c9298a79be4d1c53a538cd3e844e63efa38 Mon Sep 17 00:00:00 2001 From: Tyler Bigler Date: Fri, 25 Oct 2019 10:08:31 -0400 Subject: [PATCH] Correct alignment. --- netbox/netbox/configuration.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.