Skip to content

Commit

Permalink
Minor tweaks (#3)
Browse files Browse the repository at this point in the history
👍
  • Loading branch information
javiereguiluz authored and gilles-g committed Apr 23, 2019
1 parent 13c8c84 commit 9ddc40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Configuration

Example with the following context:

* You have two environments : prod and staging
* You have two environments: prod and staging
* One user project_staging on your staging server and project_prod on your prod server
* The php version is the same for each server.
* Absolute_path is the path for your project.
* Output_path will be the path where the file will be create.
* Crons is an array of cron per env.

**Note** Have different php version is not possible and not recommended.
**Note** Having different PHP versions is not possible and not recommended.

Configure your crons per env in your `config/packages/lexik_cron_file_generator.yaml`:

``` yaml
lexik_cron_file_generator:
env_available: # declare your env availables
- staging # exemple: staging and prod
- staging # example: staging and prod
- prod
user:
staging: project_staging
Expand Down

0 comments on commit 9ddc40b

Please sign in to comment.