Skip to content

Commit

Permalink
Corrige o nome do arquivo da env de exemplo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Oct 21, 2024
2 parents db73cb2 + bc32364 commit bf3c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/source/contributing/end-to-end-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Generating data with spiders
We want to run spiders to populate our database with official gazettes for processing.
To do this, we just need to configure the following in the `spiders repository`_:

1. Copy ``data_collection/local.env`` to ``data_collection/.env``;
1. Copy ``data_collection/.local.env`` to ``data_collection/.env``;

2. Set up the development environment and run spiders normally, as indicated in its
documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Queremos executar raspadores para popular nosso banco com diários oficiais para
processados. Para isso, só precisamos configurar o seguinte no
`repositório de raspadores`_:

1. Copie ``data_collection/local.env`` para ``data_collection/.env``;
1. Copie ``data_collection/.local.env`` para ``data_collection/.env``;

2. Configure o ambiente de desenvolvimento e execute raspadores normalmente, como
indicado em sua documentação.
Expand Down

0 comments on commit bf3c288

Please sign in to comment.