Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Your Meilisearch master key
- # Find out more here: https://docs.meilisearch.com/learn/getting_started/quick_start.html#securing-meilisearch
- MEILI_MASTER_KEY=lots_of_long_characters
- # Base URL of the application
- # You should update this value to the one you are using (ex: http://192.168.100.100, https://my-personal-bar.com)
- # In this case it's the URL and port that is exposed in webserver service
- # The value MUST be without trailing slash
- BASE_URL=https://saltrim.MyDomain.com
- # Meilisearch server instance URL, change if you are using different host from base url, otherwise leave as default
- MEILISEARCH_URL=${BASE_URL}/search
- # Bar Assistant server instance URL, change if you are using different host from base url, otherwise leave as default
- API_URL=${BASE_URL}/bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement