ente/web/apps/photos/.env.development

26 lines
956 B
Plaintext
Raw Normal View History

# Develop against a server running on localhost
2024-02-06 15:31:59 +00:00
#
# Copy this file to `.env.local` or `.env.development.local` and uncomment the
# variable assignments below to give you a baseline setup. For more details, see
# `.env`.
2024-02-07 05:40:26 +00:00
#
# Equivalent CLI command using environment variables would be
2024-02-07 05:40:26 +00:00
#
# NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 yarn dev:photos
2024-02-06 15:31:59 +00:00
#
#NEXT_PUBLIC_ENTE_ENDPOINT = http://localhost:8080
2024-02-20 07:05:48 +00:00
# If you wish to preview how the shared albums work, you can use `yarn
# dev:albums`. You'll need to run two instances.
# The equivalent CLI commands using env vars would be:
#
# # For the normal web app
# NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=http://localhost:3002 yarn dev:photos
2024-03-28 06:12:59 +00:00
#
# # For the albums app
# NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=http://localhost:3002 yarn dev:albums
2024-03-28 06:12:59 +00:00
#NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT = http://localhost:3002