fp-lab4/config/test.exs
2026-01-13 18:26:26 +03:00

10 lines
152 B
Elixir

import Config
import Config
config :exdns,
auth_token: "test-token",
http_port: 0,
dns_port: 0,
dns_tcp_port: 0,
zones_dir: "tmp/zones_test"