fix: typo in meilisearch config param #63

Merged
realaravinth merged 1 commit from fix-meilisearch-url into master 2024-07-23 14:37:38 +05:30
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ steps:
- VANIKAM_email_URL=smtp://admin:password@email:10025
- MAILDEV_URL=http://email:1080
- VANIKAM_meili_API_KEY=5c8eb5f46c148884fb64da09be211a18347fbba24435ca603adc9eba608ba66d
- VANIKAM_meili_url=http://meiliserach:7700
- VANIKAM_meili_URL=http://meilisearch:7700
commands:
# - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
# - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
@ -81,7 +81,7 @@ services:
- MAILDEV_INCOMING_USER=admin
- MAILDEV_INCOMING_PASS=password
meiliserach:
meilisearch:
image: getmeili/meilisearch:v1.9
environment:
- MEILI_ENV=development

View file

@ -31,5 +31,5 @@ from="Vanikam Info <vanikam@example.com>"
reply_to="Vanikam Support <vanikam@example.com>"
[meili]
url = "http://localhost:7700"
#url = "http://localhost:7700"
#api_key = ""