Skip to content

Commit

Permalink
default service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 14, 2024
1 parent d658fb0 commit 88fc21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const env = import.meta.env
export default env

// The name of the current service.
export const SERVICE_NAME = env.VITE_SERVICE_NAME ?? "REPLACE_ME"
export const SERVICE_NAME = env.VITE_SERVICE_NAME ?? "replace-me"

// If the current service the root service. This will only be true for portal.
export const SERVICE_IS_ROOT = Boolean(Number(env.VITE_SERVICE_IS_ROOT ?? "0"))
Expand Down

0 comments on commit 88fc21f

Please sign in to comment.