From bc15f616c5ce3f6dd6bc979bd4bc98995b078652 Mon Sep 17 00:00:00 2001 From: Joshua Graber Date: Fri, 8 Mar 2024 13:51:09 -0500 Subject: [PATCH] docs(README): add local client base url --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c82e5f10..1e9d852a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Reach out to contact@pdap.io or make noise in Discord if you'd like access to th DO_DATABASE_URL="postgres://data_sources_app:@db-postgresql-nyc3-38355-do-user-8463429-0.c.db.ondigitalocean.com:25060/defaultdb" VITE_VUE_API_BASE_URL="http://localhost:5000" +VITE_VUE_APP_BASE_URL="http://localhost:8888" ``` ``` @@ -63,6 +64,7 @@ VITE_VUE_API_BASE_URL="http://localhost:5000" export DO_DATABASE_URL=postgres://data_sources_app:@db-postgresql-nyc3-38355-do-user-8463429-0.c.db.ondigitalocean.com:25060/defaultdb export VITE_VUE_API_BASE_URL="http://localhost:5000" +export VITE_VUE_APP_BASE_URL="http://localhost:8888" ``` ### 6. Allow your IP address