Proper APP_SECRET default value

Since dollar sign represents S letter, `s$cretf0rt3st` does not make sense.
This commit is contained in:
Grzegorz Korba
2019-07-02 08:11:16 +02:00
parent fa6571b2a2
commit 5aa9bdb9e4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='s$cretf0rt3st'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999