Database host is commented out in example config

This commit is contained in:
Oliver Gorwits
2014-03-04 20:21:20 +00:00
parent f2b45ae79a
commit f72e6ff15d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
2.024003_001 - 2014-03-02 2.024004 - 2014-03-04
[ENHANCEMENTS] [ENHANCEMENTS]
@@ -10,6 +10,7 @@
* Failed Job Device IPs link to Discover form with pre-filled Discover IP * Failed Job Device IPs link to Discover form with pre-filled Discover IP
* Unknown device page has pre-filled Discover IP * Unknown device page has pre-filled Discover IP
* Set form focus to Username field on login form * Set form focus to Username field on login form
* Database host is commented out in example config
2.024003 - 2014-02-27 2.024003 - 2014-02-27

View File

@@ -10,9 +10,9 @@
database: database:
name: 'netdisco' name: 'netdisco'
host: 'localhost'
user: 'changeme' user: 'changeme'
pass: 'changeme' pass: 'changeme'
#host: 'localhost'
# -------------------- # --------------------
# RECOMMENDED SETTINGS # RECOMMENDED SETTINGS