Skip to content

Commit

Permalink
Update local client env file
Browse files Browse the repository at this point in the history
  • Loading branch information
adammertel committed Jun 14, 2024
1 parent cbeb7c0 commit 49b18dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/client/env/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
NODE_ENV=production
ROOT_URL=/
APIURL=
# Environment - used for identyfing the environment
NODE_ENV=development

# Assets - used for setting the base path in case your app is available under some non-root path
ROOT_URL=

# Api - url of api base
APIURL=http://localhost:3000

0 comments on commit 49b18dc

Please sign in to comment.