Closes #4160: Link to full database configuration parameters in configuration docs

This commit is contained in:
Jeremy Stretch
2020-02-13 10:08:10 -05:00
parent 47b15aacef
commit 0c89534bfb
2 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
# Example: ALLOWED_HOSTS = ['netbox.example.com', 'netbox.internal.local']
ALLOWED_HOSTS = []
# PostgreSQL database configuration.
# PostgreSQL database configuration. See the Django documentation for a complete list of available parameters:
# https://docs.djangoproject.com/en/stable/ref/settings/#databases
DATABASE = {
'NAME': 'netbox', # Database name
'USER': '', # PostgreSQL username