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