fixed typos

This commit is contained in:
pavel.muhortov 2023-08-17 22:04:49 +03:00
parent 69774c3ff2
commit 915fc7e492

View File

@ -1,11 +1,11 @@
[common] [common]
# By default, a database directory is created in the same path where the script is located. # 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. # 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. # 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. # 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". # 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: # If you get errors or want to change the logging level, uncomment the parameter and set the level you want: