Skip to content

Commit 9d72291

Browse files
authored
Update CONFIGURATION.md
1 parent 7180683 commit 9d72291

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ cd build && make
4343
Create a `.env` file in the project root with backend API URLs:
4444

4545
```env
46-
TOKEN_OBTAIN_URL=http://localhost:8000/api/token/
47-
TOKEN_REFRESH_URL=http://localhost:8000/api/token/refresh/
48-
ME_URL=http://localhost:8000/api/me/
49-
UPLOAD_URL=http://localhost:8000/api/upload/
50-
GET_FILES_URL=http://localhost:8000/api/files/
51-
DOWNLOAD_URL=http://localhost:8000/api/download/
52-
DELETE_URL=http://localhost:8000/api/delete/
53-
SHARE_URL=http://localhost:8000/api/share/
54-
DOWNLOAD_SHARED_URL=http://localhost:8000/api/shared/
46+
TOKEN_OBTAIN_URL=https://localhost:8080/api/token/
47+
TOKEN_REFRESH_URL=https://localhost:8080/api/token/refresh/
48+
ME_URL=https://localhost:8080/api/me/
49+
UPLOAD_URL=https://localhost:8080/api/upload/
50+
GET_FILES_URL=https://localhost:8080/api/files/
51+
DOWNLOAD_URL=https://localhost:8080/api/download/
52+
DELETE_URL=https://localhost:8080/api/delete/
53+
SHARE_URL=https://localhost:8080/api/share/
54+
DOWNLOAD_SHARED_URL=https://localhost:8080/api/shared/
5555
```
5656

5757
## Running Tests
5858

5959
```bash
6060
chmod +x run_tests.sh
6161
./run_tests.sh
62-
```
62+
```

0 commit comments

Comments
 (0)