docs: Removing a postgres port reference from the documentation. (#74)

This commit is contained in:
Johnny5 2024-08-24 13:45:55 -05:00 committed by GitHub
parent bca547ca90
commit e5199a1bdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```