csrf error solve. try 4
This commit is contained in:
18
.env.test
Normal file
18
.env.test
Normal file
@@ -0,0 +1,18 @@
|
||||
APP_ENV=test
|
||||
|
||||
# define your env variables for the test env here
|
||||
KERNEL_CLASS='App\Kernel'
|
||||
APP_SECRET='$ecretf0rt3st'
|
||||
|
||||
###> mercure ###
|
||||
MERCURE_CORS_ALLOWED_ORIGINS=http://localhost:8080
|
||||
MERCURE_TOPIC_BASE=http://test
|
||||
MERCURE_PUBLISHER_JWT_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOlsiKiJdfX0.E5b7ma4k-kA7lVGOQtICh7r2sspwX4G1iOhwtbxHQck
|
||||
MERCURE_SUBSCRIBER_JWT_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjdXJlIjp7InN1YnNjcmliZSI6WyIqIl19fQ.mwSAjvbm6vOnjMoRSHMdcqapNCwyGZs1s57uLK4T3UM
|
||||
###< mercure ###
|
||||
|
||||
DB_HOST=database
|
||||
DB_PORT=3306
|
||||
DB_NAME=escapepage_test
|
||||
DB_USER=escapepage
|
||||
DB_PASSWORD="b.0nqrxJ/D*Luf9N"
|
||||
Reference in New Issue
Block a user