(fix)typesense api key in .env file to pass the tests

This commit is contained in:
ArneBo 2024-10-15 11:22:02 +02:00
parent 3420080313
commit bdcf3809dc
1 changed files with 4 additions and 0 deletions

View File

@ -53,3 +53,7 @@ FUNKWHALE_FRONT_PORT=${VUE_PORT}
# postgres
POSTGRES_HOST_AUTH_METHOD=trust
# Typesense - for development only, comment out for production
TYPESENSE_API_KEY="apikey"