Skip to content

Commit

Permalink
fix: update default MAAS backend in .env MAASENG-3597 (#5517)
Browse files Browse the repository at this point in the history
- Removed references to `bolla.internal` and updated default MAAS backend to `maas-ui-demo.internal`

Resolves [MAASENG-3597](https://warthogs.atlassian.net/browse/MAASENG-3597)
  • Loading branch information
ndv99 authored Aug 19, 2024
1 parent 33a91ac commit 97c849e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAAS_URL = "http://bolla.internal:5240/"
MAAS_URL = "http://maas-ui-demo.internal:5240/"
MAAS_WEBSOCKET_HOST=
MAAS_WEBSOCKET_PORT=
BASENAME="/MAAS"
Expand Down
2 changes: 1 addition & 1 deletion docs/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ cd maas-ui

### Edit local config

By default maas-ui will connect to `bolla.internal` which requires Canonical VPN access. Bolla runs on MAAS edge, which is the latest development version available.
By default maas-ui will connect to `maas-ui-demo.internal` which requires Canonical VPN access. `maas-ui-demo.internal` runs on MAAS latest/edge, which is the latest development version available.

If you wish to develop against a different MAAS then you can create a local env:

Expand Down

0 comments on commit 97c849e

Please sign in to comment.