diff --git a/config.toml.sample b/config.toml.sample index d1022a39..0180a11d 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -1,6 +1,6 @@ [app] # Interface and port where the app will run its webserver. -address = "0.0.0.0:9000" +address = "localhost:9000" # BasicAuth authentication for the admin dashboard. This will eventually # be replaced with a better multi-user, role-based authentication system.