Skip to content

Commit

Permalink
minor #435 drop reference to .env.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Feb 20, 2024
1 parent 1d59f49 commit 17f3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ knpu_oauth2_client:
graph_api_version: v2.12
```
Notice the two `'%env(var)%'`calls? Add these anywhere in your `.env` and `.env.dist` files.
Notice the two `'%env(var)%'`calls? Add these in your `.env` file, or to the [vault](https://symfony.com/doc/current/configuration/secrets.html).
These are the credentials for the OAuth provider. For Facebook, you'll get these by registering
your app on [developers.facebook.com](https://developers.facebook.com/apps/):

Expand Down

0 comments on commit 17f3e92

Please sign in to comment.