summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 353c7fc..67aa54a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,7 +19,7 @@ async fn main() -> Result<(), main_error::MainError> {
let config_file = std::env::args()
.nth(1)
- .unwrap_or("/etc/unnamed_app.toml".to_string());
+ .unwrap_or("/etc/unnamed_server.toml".to_string());
let (listener, router) = Config::new()
.file(config_file)?