wayfarer/config/config.exs
James Harton 20c5ce6f44
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add ability to start and stop HTTP listeners. (#1)
Reviewed-on: https://code.harton.nz/bivouac/wayfarer/pulls/1
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2023-10-14 14:18:48 +13:00

12 lines
316 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://code.harton.nz/james/smokestack",
manage_mix_version?: true,
version_tag_prefix: "v",
manage_readme_version: "README.md"
config :wayfarer,
start_listeners?: config_env() != :test