Skip to content

Commit

Permalink
chore: change example to localhost
Browse files Browse the repository at this point in the history
The planned oetzi server is not finished yet, so we shouldn't use it as
the default yet

Signed-off-by: Lukas Mertens <git@lukas-mertens.de>

commit-id:b1ee3f1a
  • Loading branch information
lukas-mertens committed Mar 19, 2024
1 parent 965e46f commit f90fca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
label="EVerest instance host address"
v-model="host.value.value"
:error-messages="host.errorMessage.value"
hint="For example, oetzi.pionix.net"
hint="For example, localhost"
></v-text-field>
</v-col>
<v-col cols="3" sm="3">
Expand Down Expand Up @@ -140,10 +140,10 @@ export default defineComponent({
port: 8849,
},
{
id: "Ötzi",
host: "oetzi.pionix.net",
id: "Instance on localhost",
host: "localhost",
editable: true,
protocol: "wss",
protocol: "ws",
port: 8849,
},
]);
Expand Down

0 comments on commit f90fca8

Please sign in to comment.