Skip to content

Commit

Permalink
Merge pull request #689 from sanger/update-freshservice-url
Browse files Browse the repository at this point in the history
update fresh sevice url to be example
  • Loading branch information
harrietc52 authored Oct 18, 2024
2 parents 3e97462 + 554eb62 commit c407427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
config.file_watcher = ActiveSupport::EventedFileUpdateChecker

# FreshService URL
config.fresh_sevice_new_ticket_url = "https://sanger.freshservice.com/a/tickets/new"
config.fresh_sevice_new_ticket_url = "https://example.freshservice.com"
end
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
config.admin_email = "[email protected]"

# FreshService URL
config.fresh_sevice_new_ticket_url = "https://sanger.freshservice.com/a/tickets/new"
config.fresh_sevice_new_ticket_url = "https://example.freshservice.com"
end

0 comments on commit c407427

Please sign in to comment.