Current section

Files

Jump to
github_issues config persist_url_template.exs
Raw

config/persist_url_template.exs

import Config
scheme = "https"
host = "api.github.com"
path = "/repos/<%=user%>/<%=project%>/issues"
# config :github_issues, url_template: "http://localhost:65535"
config :github_issues, url_template: "#{scheme}://#{host}#{path}"