(fix)typesense api key in .env file to pass the tests
This commit is contained in:
parent
3420080313
commit
bdcf3809dc
|
@ -53,3 +53,7 @@ FUNKWHALE_FRONT_PORT=${VUE_PORT}
|
||||||
# postgres
|
# postgres
|
||||||
|
|
||||||
POSTGRES_HOST_AUTH_METHOD=trust
|
POSTGRES_HOST_AUTH_METHOD=trust
|
||||||
|
|
||||||
|
# Typesense - for development only, comment out for production
|
||||||
|
|
||||||
|
TYPESENSE_API_KEY="apikey"
|
||||||
|
|
Loading…
Reference in New Issue