Skip to content

Commit b77641d

Browse files
committed
Add ipv6 support for database
1 parent dc6d267 commit b77641d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Improve performance of presentation to load slides faster
66
- Fix manager layout on small screens
77
- Add clickable hyperlinks in messages
8+
- Add ipv6 support for database
89

910
### v.2.3.0
1011

config/runtime.exs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ config :claper, Claper.Repo,
145145
ssl_opts: [
146146
verify: :verify_none
147147
],
148+
socket_options: [:inet6],
148149
prepare: :unnamed,
149150
pool_size: pool_size,
150151
queue_target: queue_target

0 commit comments

Comments
 (0)