rename geochan

This commit is contained in:
Swrup 2025-04-15 05:59:03 +02:00
parent 55d2abefb4
commit 930c49e8d6
11 changed files with 33 additions and 61 deletions

View file

@ -138,7 +138,7 @@ let print_config_serv () =
| Error (`Msg _) ->
Fmt.error_msg "error when creating %a" Fpath.pp data_dir
in
let db_path = Fpath.(data_dir / "permap.db") in
let db_path = Fpath.(data_dir / "geochan.db") in
let s = Uri.of_string @@ Fmt.str "sqlite3://%a" Fpath.pp db_path in
print_uri "db_uri" s;
()