Skip to content

Commit

Permalink
[docs] Fix ACCOUNTS ENDPOINT variable. (#4511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 authored Dec 27, 2024
2 parents 258cdca + e1e2c52 commit 6447ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/self-hosting/guides/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN corepack enable

# Configure Albums and Accounts Endpoints
ENV NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=https://your-domain.com
ENV NEXT_PUBLIC_ENTE_ACCOUNTS_ENDPOINT=https://your-domain.com
ENV NEXT_PUBLIC_ENTE_ACCOUNTS_URL=https://your-domain.com

RUN yarn cache clean
RUN yarn install --network-timeout 1000000000
Expand Down Expand Up @@ -124,7 +124,7 @@ Moving ahead, we need to paste the below contents into the compose.yaml inside
- 3004:3004
environment:
- NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=https://your-domain.com
- NEXT_PUBLIC_ENTE_ACCOUNTS_ENDPOINT=https://your-domain.com
- NEXT_PUBLIC_ENTE_ACCOUNTS_URL=https://your-domain.com
- NODE_ENV=development
restart: always
```
Expand Down

0 comments on commit 6447ba6

Please sign in to comment.