From e5199a1bdc477c33e5adddcf5359545af8565c1f Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Sat, 24 Aug 2024 13:45:55 -0500 Subject: [PATCH] docs: Removing a postgres port reference from the documentation. (#74) --- documentation/tutorials/getting-started-with-ash-sqlite.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/tutorials/getting-started-with-ash-sqlite.md b/documentation/tutorials/getting-started-with-ash-sqlite.md index 73badec..cdf697b 100644 --- a/documentation/tutorials/getting-started-with-ash-sqlite.md +++ b/documentation/tutorials/getting-started-with-ash-sqlite.md @@ -84,7 +84,6 @@ import Config # Configure your database config :helpdesk, Helpdesk.Repo, database: Path.join(__DIR__, "../path/to/your.db"), - port: 5432, show_sensitive_data_on_connection_error: true, pool_size: 10 ```