Skip to content

Commit 5eb5fe1

Browse files
fix .env
1 parent 10e3473 commit 5eb5fe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.test

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# define your env variables for the test env here
22
APP_ENV=test
33
APP_SECRET='$ecretf0rt3st'
4+
DATABASE_URL=mysql://root:symfony@localhost:3306/openchurch_test?serverVersion=11.5.2-MariaDB&charset=utf8mb4
5+
HOST_API=api.openchurch.local/api
6+
HOST_ADMIN=admin.openchurch.local
7+
ELASTIC_PASSWORD=admin
8+
ELASTICSEARCH_IRI=https://localhost:admin@elasticsearch:9200

0 commit comments

Comments
 (0)