File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,20 +43,20 @@ cd build && make
4343Create 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
6060chmod +x run_tests.sh
6161./run_tests.sh
62- ```
62+ ```
You can’t perform that action at this time.
0 commit comments