From f72e6ff15df95533c77ac6c96ded89bb84f0ac94 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 4 Mar 2014 20:21:20 +0000 Subject: [PATCH] Database host is commented out in example config --- Netdisco/Changes | 3 ++- Netdisco/share/environments/deployment.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 7e118885..29e68712 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.024003_001 - 2014-03-02 +2.024004 - 2014-03-04 [ENHANCEMENTS] @@ -10,6 +10,7 @@ * Failed Job Device IPs link to Discover form with pre-filled Discover IP * Unknown device page has pre-filled Discover IP * Set form focus to Username field on login form + * Database host is commented out in example config 2.024003 - 2014-02-27 diff --git a/Netdisco/share/environments/deployment.yml b/Netdisco/share/environments/deployment.yml index 081fb6ea..b332c731 100644 --- a/Netdisco/share/environments/deployment.yml +++ b/Netdisco/share/environments/deployment.yml @@ -10,9 +10,9 @@ database: name: 'netdisco' - host: 'localhost' user: 'changeme' pass: 'changeme' + #host: 'localhost' # -------------------- # RECOMMENDED SETTINGS