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 d0114eb0066e71e3d6f850de1fca00ec616c2ecd..dab595176e188fe39bf872a2fb52c3d7251d42e9 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]