Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+framework:
2
+    secret: '%env(APP_SECRET)%'
3
+    #csrf_protection: true
4
+    #http_method_override: true
5
+
6
+    # Enables session support. Note that the session will ONLY be started if you read or write from it.
7
+    # Remove or comment this section to explicitly disable session support.
8
+    session:
9
+        handler_id: null
10
+        cookie_secure: auto
11
+        cookie_samesite: lax
12
+
13
+    #esi: true
14
+    #fragments: true
15
+    php_errors:
16
+        log: true