We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e3473 commit 5eb5fe1Copy full SHA for 5eb5fe1
.env.test
@@ -1,3 +1,8 @@
1
# define your env variables for the test env here
2
APP_ENV=test
3
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