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