Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
added config sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
reisner committed Aug 10, 2022
1 parent 5389c00 commit ed4ff9b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .configs_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copy this file to .configs and enter your settings.

# Elastic Search API Settings:
apiurl: es_url
apiuser: username
apipassword: password

# Leave embedding_api_host blank to disable AI Search:
embedding_api_host: api.host.url:port
embedding_api_user: USER
embedding_api_password: PW

# Organization / Location specific settings:
contact_email: [email protected]
location_name: the City of Edmonton
neighbourhoods_file: https://data.edmonton.ca/resource/65fr-66s6.geojson

# You can specify index names or alias names here.
default_index_aliases: ['es_alias_1','es_alias_2','es_index_1']

results_per_page: 30
n_char_no_match: 100
n_char_highlights: 100
1 change: 1 addition & 0 deletions .deploy_vars_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPNAME=text_depot
3 changes: 3 additions & 0 deletions .dockerignore_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.devcontainer
.rstudio
.local

0 comments on commit ed4ff9b

Please sign in to comment.