File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff 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
83119Usage
84120----------------
You can’t perform that action at this time.
0 commit comments