Skip to content

Commit

Permalink
drop also lat, lon
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Feb 7, 2025
1 parent bb7f581 commit dc00322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,13 @@ pip install -e pyro-engine/.
In order to run the project, you will need to specify some information, which can be done using a `.env` file.
This file will have to hold the following information:
- `API_URL`: the URL of the API where to send alerts
- `LAT`: the latitude of the device
- `LON`: the longitude of the device
- `CAM_USER`: the username to access the camera
- `CAM_PWD`: the password to access the camera

So your `.env` file should look something like this:

```
API_URL=https://api.pyronear.org
LAT=48.88
LON=2.38
CAM_USER=my_dummy_login
CAM_PWD=my_dummy_pwd
```
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
container_name: pyro-engine-run
environment:
- API_URL=${API_URL}
- LAT=${LAT}
- LON=${LON}
- CAM_USER=${CAM_USER}
- CAM_PWD=${CAM_PWD}
command: python run.py
Expand Down

0 comments on commit dc00322

Please sign in to comment.