mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 11:57:58 +01:00
Add ipv6 support for database
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- Improve performance of presentation to load slides faster
|
||||
- Fix manager layout on small screens
|
||||
- Add clickable hyperlinks in messages
|
||||
- Add ipv6 support for database
|
||||
|
||||
### v.2.3.0
|
||||
|
||||
|
||||
@@ -145,6 +145,7 @@ config :claper, Claper.Repo,
|
||||
ssl_opts: [
|
||||
verify: :verify_none
|
||||
],
|
||||
socket_options: [:inet6],
|
||||
prepare: :unnamed,
|
||||
pool_size: pool_size,
|
||||
queue_target: queue_target
|
||||
|
||||
Reference in New Issue
Block a user