You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
297 B
10 lines
297 B
# This file is responsible for configuring your application
|
|
# and its dependencies with the aid of the Mix.Config module.
|
|
use Mix.Config
|
|
|
|
config :dough,
|
|
# default, an opennic server.
|
|
dns_server: "37.235.1.174",
|
|
current_version: Mix.Project.config()[:version]
|
|
|
|
import_config "#{Mix.env}.exs"
|
|
|