wayfarer/config/config.exs
James Harton 76f2a299f8
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update forgejo hostname.
2024-02-05 14:58:36 +13:00

16 lines
471 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://harton.dev/james/wayfarer",
manage_mix_version?: true,
version_tag_prefix: "v",
manage_readme_version: "README.md"
config :spark, :formatter, remove_parens?: true
config :wayfarer,
start_listener_supervisor?: config_env() != :test,
start_server_supervisor?: config_env() != :test,
start_target_supervisor?: config_env() != :test