lamina_dashboard/config/config.exs
James Harton c36565889a
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update forgejo hostname.
2024-02-05 15:43:24 +13:00

11 lines
296 B
Elixir

import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://harton.dev/james/lamina_dashboard",
manage_mix_version?: true,
manage_readme_version: "README.md",
version_tag_prefix: "v"
config :phoenix, :json_library, Jason