Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
1e30f198
Unverified
Commit
1e30f198
authored
5 years ago
by
Noémi Ványi
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feature/fix-config
parents
697102af
48ccc6c3
master
iframe-awareness
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
__init__.py
searx/__init__.py
+2
-0
No files found.
searx/__init__.py
View file @
1e30f198
...
...
@@ -91,3 +91,5 @@ logger.info('Initialisation done')
if
'SEARX_SECRET'
in
environ
:
settings
[
'server'
][
'secret_key'
]
=
environ
[
'SEARX_SECRET'
]
if
'SEARX_BIND_ADDRESS'
in
environ
:
settings
[
'server'
][
'bind_address'
]
=
environ
[
'SEARX_BIND_ADDRESS'
]
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment