Skip to content

Commit

Permalink
minor #413 Use correct yaml syntax in documentation (jongotlin)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes #413).

Discussion
----------

Use correct yaml syntax in documentation

Commits
-------

b04889e Use non deprecated yaml syntax
  • Loading branch information
chalasr committed Nov 10, 2017
2 parents 0a7a5e7 + b04889e commit 01dbe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/3-functional-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Override the bundle configuration in your `config_test.yml` :
``` yaml
# config_test.yml
lexik_jwt_authentication:
private_key_path: %kernel.root_dir%/../var/jwt/private-test.pem
public_key_path: %kernel.root_dir%/../var/jwt/public-test.pem
private_key_path: '%kernel.root_dir%/../var/jwt/private-test.pem'
public_key_path: '%kernel.root_dir%/../var/jwt/public-test.pem'
```
**Protip:** You might want to commit those keys if you intend to run your test on a ci server.
Expand Down

0 comments on commit 01dbe7f

Please sign in to comment.