Skip to content

Commit

Permalink
Atualização da documentação do repositório
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Mar 24, 2023
1 parent e075e99 commit e7b374a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified README.md
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/INSTALL_VPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ nano .env
```bash
REACT_APP_BACKEND_URL=https://back.pressticket.com.br
REACT_APP_HOURS_CLOSE_TICKETS_AUTO=
REACT_APP_PAGE_TITLE=PressTicket
PORT=3333
```

Expand Down Expand Up @@ -333,7 +334,7 @@ sudo rm -rf /etc/nginx/sites-enabled/default

```bash
server {
server_name ticket.pressticket.com.br;
server_name front.pressticket.com.br;
location / {
proxy_pass http://127.0.0.1:3333;
proxy_http_version 1.1;
Expand Down
1 change: 1 addition & 0 deletions docs/INSTALL_localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ cd Press-Ticket/frontend
```bash
REACT_APP_BACKEND_URL=http://localhost:8080
REACT_APP_HOURS_CLOSE_TICKETS_AUTO=
REACT_APP_PAGE_TITLE=PressTicket
PORT=3333
```

Expand Down

0 comments on commit e7b374a

Please sign in to comment.