From 4bdca0f09ffcb2c024e233600139e9ef329d5726 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 6 Jun 2024 12:40:02 +0530 Subject: [PATCH] Add a smaller sample --- web/apps/accounts/.env.development | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 web/apps/accounts/.env.development diff --git a/web/apps/accounts/.env.development b/web/apps/accounts/.env.development new file mode 100644 index 0000000000..e0cf7acd14 --- /dev/null +++ b/web/apps/accounts/.env.development @@ -0,0 +1,9 @@ +# Copy this file into `.env.local` and uncomment these to develop against apps +# and server running on localhost. +# +# For details, please see `apps/photos/.env.development` + +#NEXT_PUBLIC_ENTE_ENDPOINT = http://localhost:8080 +#NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT = http://localhost:3002 +#NEXT_PUBLIC_ENTE_ACCOUNTS_URL = http://localhost:3001 +#NEXT_PUBLIC_ENTE_PAYMENTS_URL = http://localhost:3001