Skip to content

Commit

Permalink
Merge pull request #33 from vtfk/test
Browse files Browse the repository at this point in the history
Stats, Charts & updated guide
  • Loading branch information
robinElli authored Jan 26, 2023
2 parents 25507f7 + cc1b718 commit cd673a0
Show file tree
Hide file tree
Showing 24 changed files with 5,079 additions and 28 deletions.
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const api = {
url: import.meta.env.VITE_API_URL ?? 'uriSomewhere',
// url: import.meta.env.VITE_API_URL_LOCAL, // Local API
scopes: (import.meta.env.VITE_API_SCOPES && import.meta.env.VITE_API_SCOPES.split(',')) ?? ['et skikkelig skup']
}
export const authConfig = {
Expand All @@ -16,3 +17,4 @@ export const authConfig = {
export const environment = import.meta.env.VITE_ENV ?? 'test'
export const adminRole = import.meta.env.VITE_ADMIN_ROLE ?? 'hubbabubbabububub'
export const acosFlowProcessId = import.meta.env.VITE_ACOS_FLOW_PROCESS_ID ?? 'tullball'

Loading

1 comment on commit cd673a0

@vercel
Copy link

@vercel vercel bot commented on cd673a0 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.