Skip to content

Commit

Permalink
chore(exampleconf): add local frontend url for CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Feb 10, 2024
1 parent 1327085 commit ce35bb7
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions hearchco_example.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
categories:
science:
engines:
startpage:
enabled: true
duckduckgo:
enabled: false
ranking:
engines:
mojeek:
mul: 1
general:
engines:
google:
enabled: true

#categories:
# science:
# engines:
# startpage:
# enabled: true
# duckduckgo:
# enabled: false
# ranking:
# engines:
# mojeek:
# mul: 1
# general:
# engines:
# google:
# enabled: true
# This is needed for local frontend
server:
frontendurl: http://localhost:5173
cache:
type: none
type: none

0 comments on commit ce35bb7

Please sign in to comment.