From 915fc7e492b7dd38541643ae414f02752567028e Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Thu, 17 Aug 2023 22:04:49 +0300 Subject: [PATCH] fixed typos --- my_route.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my_route.conf b/my_route.conf index 3a2c0b1..9190c3c 100644 --- a/my_route.conf +++ b/my_route.conf @@ -1,11 +1,11 @@ [common] # By default, a database directory is created in the same path where the script is located. # If you need change it, uncomment the parameter and set the path you want. -#db_root_path = /tmp/my-route.db +#db_root_path = /tmp/my_route.db # # By default, logs use the same directory where the script is located. # If you need change it, uncomment the parameter and set the path you want. -#log_root = /var/log/my-route +#log_root = /var/log/my_route # # The default log level is "INFO". # If you get errors or want to change the logging level, uncomment the parameter and set the level you want: