Skip to content

Commit

Permalink
add dns to app list of postgres storage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Oct 13, 2024
1 parent 446f121 commit 4d69568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/service_discovery_postgres/src/sdp_erldns_storage.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-include_lib("erldns/include/erldns.hrl").
-include_lib("kernel/include/logger.hrl").
-include_lib("dns/include/dns.hrl").
-include_lib("dns_erlang/include/dns.hrl").

%% API
-export([create/1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
stdlib,
eql,
pgo,
dns_erlang,
service_discovery_storage,
service_discovery
]},
Expand Down

0 comments on commit 4d69568

Please sign in to comment.