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
b7314e69
Commit
b7314e69
authored
6 months ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fix yaml error
parent
aa797f5f
No related branches found
Branches containing commit
No related tags found
2 merge requests
!2260
Translated using Weblate (German)
,
!2258
Resolve "Create API for Log access"
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/development.yaml
+5
-10
5 additions, 10 deletions
.gitlab/development.yaml
.gitlab/review.yaml
+5
-10
5 additions, 10 deletions
.gitlab/review.yaml
with
10 additions
and
20 deletions
.gitlab/development.yaml
+
5
−
10
View file @
b7314e69
...
...
@@ -28,13 +28,8 @@ resources:
memory
:
1Gi
env
:
-
name
:
DB_CONNECTION
value
:
sqlite
-
name
:
REDIS_CACHE_CONNECTION
value
:
default
-
name
:
REDIS_CACHE_LOCK_CONNECTION
value
:
default
-
name
:
REDIS_SESSION_CONNECTION
value
:
default
-
name
:
SESSION_CONNECTION
value
:
default
DB_CONNECTION
:
sqlite
REDIS_CACHE_CONNECTION
:
default
REDIS_CACHE_LOCK_CONNECTION
:
default
REDIS_SESSION_CONNECTION
:
default
SESSION_CONNECTION
:
default
This diff is collapsed.
Click to expand it.
.gitlab/review.yaml
+
5
−
10
View file @
b7314e69
...
...
@@ -15,13 +15,8 @@ autoscaling:
enabled
:
false
env
:
-
name
:
DB_CONNECTION
value
:
sqlite
-
name
:
REDIS_CACHE_CONNECTION
value
:
default
-
name
:
REDIS_CACHE_LOCK_CONNECTION
value
:
default
-
name
:
REDIS_SESSION_CONNECTION
value
:
default
-
name
:
SESSION_CONNECTION
value
:
default
DB_CONNECTION
:
sqlite
REDIS_CACHE_CONNECTION
:
default
REDIS_CACHE_LOCK_CONNECTION
:
default
REDIS_SESSION_CONNECTION
:
default
SESSION_CONNECTION
:
default
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