Skip to content

Commit 5db6674

Browse files
committed
Update README.md
1 parent 0ede26c commit 5db6674

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,42 @@ tmdb_symfony:
7979
twig_extension:
8080
enabled: false
8181
```
82+
__Disable https :__
83+
84+
```yaml
85+
tmdb_symfony:
86+
api_key: YOUR_API_KEY_HERE
87+
options:
88+
secure:
89+
enabled: false
90+
```
91+
92+
__Full configuration with defaults :__
93+
```yaml
94+
tmdb_symfony:
95+
api_key: YOUR_API_KEY_HERE
96+
repositories:
97+
enabled: true
98+
twig_extension:
99+
enabled: true
100+
options:
101+
adapter: null
102+
secure:
103+
enabled: true
104+
host: "api.themoviedb.org/3/"
105+
sesion_token: null
106+
cache:
107+
enabled: true
108+
path: "%kernel.cache_dir%/themoviedb"
109+
handler: null
110+
suscriber: null
111+
log:
112+
enabled: true
113+
path: "%kernel.logs_dir%/themoviedb.log"
114+
level: DEBUG
115+
handler: null
116+
suscriber: null
117+
```
82118
83119
Usage
84120
----------------

0 commit comments

Comments
 (0)