Skip to content

Commit

Permalink
feat: temporarily change env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindis committed Aug 20, 2022
1 parent 1eb3ddf commit 4060c10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env.development

This file was deleted.

1 change: 0 additions & 1 deletion .env.production

This file was deleted.

2 changes: 1 addition & 1 deletion env.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { validateEnv } from './utils/common';

const NAMESPACE = process.env.NAMESPACE! ?? 'dev';
const READING_BASE_URI = process.env.NEXT_PUBLIC_READING_BASE_URI! ?? 'https://www.oyvindis.com'
const READING_BASE_URI = process.env.NEXT_PUBLIC_READING_BASE_URI! ?? 'kotlin-service.dev.svc.cluster.local:8080'

const env = {
NAMESPACE,
Expand Down

0 comments on commit 4060c10

Please sign in to comment.