We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f629b28 + 98ada78 commit ddcd334Copy full SHA for ddcd334
README.md
@@ -118,18 +118,18 @@ tmdb_symfony:
118
adapter: null
119
secure: true # Set to false to disable https
120
host: "api.themoviedb.org/3/"
121
- sesion_token: null
+ session_token: null
122
cache:
123
enabled: true # Set to false to disable cache
124
path: "%kernel.cache_dir%/themoviedb"
125
handler: null
126
- suscriber: null
+ subscriber: null
127
log:
128
enabled: false # Set to true to enable log
129
path: "%kernel.logs_dir%/themoviedb.log"
130
level: DEBUG
131
132
133
```
134
135
Usage
0 commit comments