Skip to content

Commit

Permalink
Replace development base URL with production base
Browse files Browse the repository at this point in the history
URL

Replacing the development base URL with the production base URL to
ensure that the application uses the correct URL for production
deployment. This change ensures that the application functions correctly
in a production environment. Refactor overrides the `override_base_url`
property in the configuration files `config/defaults/settings.yml` and
`config/settings.yml`.

Fixes: pglombardo#123
  • Loading branch information
antt1995 committed Nov 24, 2023
1 parent 6bcb58f commit cc27692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ host_protocol: 'https'
#
# Set this value without a trailing slash ('/').
#
override_base_url: 'https://securesend-dev.remoteit.co.uk'
override_base_url: 'https://securesend.remoteit.co.uk'

### Show version on the footer
#
Expand Down
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ host_protocol: 'https'
#
# Set this value without a trailing slash ('/').
#
override_base_url: 'https://securesend-dev.remoteit.co.uk'
override_base_url: 'https://securesend.remoteit.co.uk'

### Show version on the footer
#
Expand Down

0 comments on commit cc27692

Please sign in to comment.