docs: remove copy-pasta

This commit is contained in:
Zach Daniel 2023-10-12 05:31:24 -04:00
parent 4ab3bfec44
commit f82ed20a53

View file

@ -109,11 +109,7 @@ import Config
# to provide built-in test partitioning in CI environment.
# Run `mix help test` for more information.
config :helpdesk, Helpdesk.Repo,
username: "sqlite",
password: "sqlite",
hostname: "localhost",
database: "helpdesk_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox,
database: Path.join(__DIR__, "../path/to/your#{System.get_env("MIX_TEST_PARTITION")}.db"),
pool_size: 10
```