Skip to content

Commit

Permalink
fix .env
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscardini01 committed Dec 16, 2024
1 parent 10e3473 commit 5eb5fe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# define your env variables for the test env here
APP_ENV=test
APP_SECRET='$ecretf0rt3st'
DATABASE_URL=mysql://root:symfony@localhost:3306/openchurch_test?serverVersion=11.5.2-MariaDB&charset=utf8mb4
HOST_API=api.openchurch.local/api
HOST_ADMIN=admin.openchurch.local
ELASTIC_PASSWORD=admin
ELASTICSEARCH_IRI=https://localhost:admin@elasticsearch:9200

0 comments on commit 5eb5fe1

Please sign in to comment.