Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
directors.ini updated
Browse files Browse the repository at this point in the history
Drops the database configuration key/values as they are no longer needed.

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
  • Loading branch information
fbergkemper committed Sep 9, 2015
1 parent 78f9409 commit 954aeed
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions install/directors.ini
Expand Up @@ -11,24 +11,6 @@
; Enable or disable section. Possible values are "yes" or "no", the default is "yes".
enabled = "yes"

; Possible values are "postgresql" or "mysql", the default is "postgresql"
dbdriver = "postgresql"

; Fill in the IP-Address or FQDN of your catalog DB
dbaddress = "localhost"

; Default values are corresponding to your dbriver, e.g 5432 or 3306
dbport = 5432

; Default is "bareos"
dbuser = "bareos_webui"

; No default value
dbpassword = ""

; Default is set to "bareos"
dbname = "bareos"

; Fill in the IP-Address or FQDN of you director.
diraddress = "localhost"

Expand All @@ -51,12 +33,6 @@ dirport = 9101
;
[another-host-dir]
enabled = "no"
dbdriver = "mysql"
dbaddress = ""
dbport = 3306
dbuser = "bareos_webui"
dbpassword = ""
dbname = "bareos"
diraddress = ""
dirport = 9101
; Note: TLS has not been tested and documented, yet.
Expand Down

0 comments on commit 954aeed

Please sign in to comment.