]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/tls-bacula-fd.conf.in
Possible fix for big-files-test
[bacula/bacula] / regress / scripts / tls-bacula-fd.conf.in
index 6317ecc800a91207a3e6281d2493f89d6cfdba71..2921cd16e1b51ef1406f0f05edb1ccf32d41d4be 100644 (file)
@@ -11,7 +11,7 @@
 # List Directors who are permitted to contact this File daemon
 #
 Director {
-  Name = @hostname@-dir
+  Name = localhost-dir
   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"
   TLS Require = yes
   TLS Certificate = "@scriptdir@/tls-cert.pem"
@@ -23,8 +23,8 @@ Director {
 # "Global" File daemon configuration specifications
 #
 FileDaemon {                          # this is me
-  Name = @hostname@-fd
-  FDport = 8102                  # where we listen for the director
+  Name = localhost-fd
+  FDPort = @fdport@                  # where we listen for the director
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   SubSys Directory = "@subsysdir@"
@@ -37,5 +37,5 @@ FileDaemon {                          # this is me
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !terminate
+  director = localhost-dir = all, !terminate, !restored
 }