rename environment variable to IMMICH_API_URL_EXTERNAL
This commit is contained in:
@@ -62,7 +62,7 @@ class ImmichApi {
|
||||
|
||||
// Browser side (public) API client
|
||||
export const api = new ImmichApi();
|
||||
api.setBaseUrl(env.PUBLIC_IMMICH_SERVER_PUBLIC_URL || '/api');
|
||||
api.setBaseUrl(env.PUBLIC_IMMICH_API_URL_EXTERNAL || '/api');
|
||||
|
||||
// Server side API client
|
||||
export const serverApi = new ImmichApi();
|
||||
|
||||
Reference in New Issue
Block a user