Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
change env defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Nov 20, 2023
1 parent 611ebbd commit 6347f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import { createRouter, createWebHistory } from 'vue-router';
import RoughAuthVue from './routes/RoughAuth.vue';

database.connect(import.meta.env.VITE_SURREAL_ENDPOINT, {
namespace: import.meta.env.VITE_SURREAL_NAMESPACE ?? 'leafal_io',
namespace: import.meta.env.VITE_SURREAL_NAMESPACE ?? 'leafal-io',
database:
import.meta.env.VITE_SURREAL_DATABASE ??
'leafal_io-' + import.meta.env.MODE,
'leafal-io-deployment_' + import.meta.env.MODE,
});

const router = createRouter({
Expand Down

0 comments on commit 6347f27

Please sign in to comment.