Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ QUL_STORAGE_ACCESS_KEY_SECRET: "aws key secret"
QUL_STORAGE_BUCKET: "bucket name"
QUL_STORAGE_PUBLIC_EXPORT: true
QUL_STORAGE_ENDPOINT: "aws endpoint"
QUL_STORAGE_REGION: "bucket region"
QUL_STORAGE_REGION: "bucket region"

# Elasticsearch configuration
ELASTICSEARCH_URL: "http://localhost:9200"
ELASTICSEARCH_HOST: "localhost"
ELASTICSEARCH_PORT: "9200"
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@ gem "escompress", "~> 1.0"

gem "inline_svg", "~> 1.10"
gem "view_component", "~> 3.21"

# Elasticsearch for advanced search capabilities
gem 'elasticsearch-rails', '~> 7.2'
gem 'searchkick', '~> 5.3'
Loading