From 657189f67786aa55ea201ac071f72a8feaca0e4a Mon Sep 17 00:00:00 2001 From: Volkor <me@volkor.me> Date: Mon, 10 Feb 2025 01:24:14 +1100 Subject: [PATCH] move config to new /data dir --- config.sample.toml => data/config.sample.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config.sample.toml => data/config.sample.toml (98%) diff --git a/config.sample.toml b/data/config.sample.toml similarity index 98% rename from config.sample.toml rename to data/config.sample.toml index d0114eb..dab5951 100644 --- a/config.sample.toml +++ b/data/config.sample.toml @@ -17,7 +17,7 @@ sql_backend = "sqlite" # https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING # url = "postgres://ephemeral:changeme@localhost:5432/ephemeral" -url = "sqlite://ephemeral.db" +url = "sqlite://data/ephemeral.db" [logging] -- GitLab