Skip to content

Commit b90ebe4

Browse files
committed
example environment configuration files for development and production
1 parent 7803daf commit b90ebe4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

client/example.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VITE_API_URL_LOCAL=http://localhost:...
2+
VITE_API_URL_NETWORK=...

client/example.env.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_API_URL="https://your-deployed-backend-URL"

0 commit comments

Comments
 (0)