From 4c60d800afcafaff1b8ee26f0126f75dd48caca9 Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Mon, 11 Jun 2018 15:08:54 -0500 Subject: [PATCH] comment DATABASE. closes #3702 --- pulpcore/pulpcore/etc/pulp/server.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pulpcore/pulpcore/etc/pulp/server.yaml b/pulpcore/pulpcore/etc/pulp/server.yaml index ed1abb1e91..d22e12e4a6 100644 --- a/pulpcore/pulpcore/etc/pulp/server.yaml +++ b/pulpcore/pulpcore/etc/pulp/server.yaml @@ -20,12 +20,12 @@ # By default, Pulp will use a Postgresql database. The following configuration can be configured to # use another Django supported database. # -DATABASES: - default: - CONN_MAX_AGE: 0 - ENGINE: django.db.backends.postgresql_psycopg2 - NAME: pulp - USER: pulp +# DATABASES: +# default: +# CONN_MAX_AGE: 0 +# ENGINE: django.db.backends.postgresql_psycopg2 +# NAME: pulp +# USER: pulp # PASSWORD: # HOST: # PORT: