wayfarer/config/config.exs
James Harton a381ca4b34
All checks were successful
continuous-integration/drone/push Build is passing
feat: add proxying. (#7)
Reviewed-on: https://code.harton.nz/james/wayfarer/pulls/7
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2023-11-19 17:56:07 +13:00

16 lines
475 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://code.harton.nz/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