mirror of
https://github.com/ente-io/ente.git
synced 2025-08-01 06:32:01 +00:00
Museum now supports configuring the URL that the clients should use for cast,
accounts (passkeys) and families portal.
If you're using the old method (which was only supported by the web app, unlike
the new method which is supported by both mobile and web, and also for cast) of
configuring the custom environment variables, then you should instead use the
corresponding setting in the museum configuration:
- NEXT_PUBLIC_ENTE_ACCOUNTS_URL => apps.account
- NEXT_PUBLIC_ENTE_FAMILY_URL => apps.family
Reference: [apps block in
local.yaml](fe2771f2e0/server/configurations/local.yaml (L75-L89)
)
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
# 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
|