--- defaults/krill.conf.orig 2021-09-14 11:26:55 UTC +++ defaults/krill.conf @@ -9,6 +9,7 @@ # But, we plan to look into a proper clustering solution later. # ### data_dir = "./data" +data_dir = "/var/krill" # Specify the path to the PID file for Krill. # @@ -104,7 +105,7 @@ # api/v1/... (api) # rfc6492 (for remote children) # ... (various UI resources) -### service_uri = "https://localhost:3000/" +service_uri = "https://localhost:3000/" ######################################################################################