Add a smaller sample

This commit is contained in:
Manav Rathi
2024-06-06 12:40:02 +05:30
parent c51edddb53
commit 4bdca0f09f

View File

@@ -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