-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(exampleconf): add local frontend url for CORS
- Loading branch information
1 parent
1327085
commit ce35bb7
Showing
1 changed file
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |