Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
78ec27f3
Commit
78ec27f3
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
prevent collision with PROXY_PASSWORD variable
parent
ea64d0a0
No related branches found
No related tags found
1 merge request
!2172
Translated using Weblate (Finnish)
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
metager/.env.example
+2
-2
2 additions, 2 deletions
metager/.env.example
metager/config/metager/metager.php
+4
-4
4 additions, 4 deletions
metager/config/metager/metager.php
with
6 additions
and
6 deletions
metager/.env.example
+
2
−
2
View file @
78ec27f3
...
@@ -47,5 +47,5 @@ BROWSERSTACK_BROWSER=WINDOWS_10_FIREFOX
...
@@ -47,5 +47,5 @@ BROWSERSTACK_BROWSER=WINDOWS_10_FIREFOX
BROWSERSTACK_SEPARATE_SESSIONS=true
BROWSERSTACK_SEPARATE_SESSIONS=true
SELENIUM_HOST=selenium_standalone_firefox
SELENIUM_HOST=selenium_standalone_firefox
#PROXY_HOST=
#
FETCHER_
PROXY_HOST=
host.docker.internal
#PROXY_PORT=
#
FETCHER_
PROXY_PORT=
8081
This diff is collapsed.
Click to expand it.
metager/config/metager/metager.php
+
4
−
4
View file @
78ec27f3
...
@@ -25,10 +25,10 @@ return [
...
@@ -25,10 +25,10 @@ return [
],
],
"fetcher"
=>
[
"fetcher"
=>
[
"proxy"
=>
[
"proxy"
=>
[
"host"
=>
env
(
"PROXY_HOST"
,
""
),
"host"
=>
env
(
"
FETCHER_
PROXY_HOST"
,
""
),
"port"
=>
env
(
"PROXY_PORT"
,
""
),
"port"
=>
env
(
"
FETCHER_
PROXY_PORT"
,
""
),
"user"
=>
env
(
"PROXY_USER"
,
""
),
"user"
=>
env
(
"
FETCHER_
PROXY_USER"
,
""
),
"password"
=>
env
(
"PROXY_PASSWORD"
,
""
),
"password"
=>
env
(
"
FETCHER_
PROXY_PASSWORD"
,
""
),
],
],
],
],
"fail2ban"
=>
[
"fail2ban"
=>
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment