Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
atdb-ldv
Merge requests
!330
still a bug
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
still a bug
master
into
SDC-1186-bugfix-calcq-validation
Overview
0
Commits
17
Pipelines
1
Changes
27
Merged
Nico Vermaas
requested to merge
master
into
SDC-1186-bugfix-calcq-validation
1 year ago
Overview
0
Commits
17
Pipelines
1
Changes
27
Expand
merge master into branch
0
0
Merge request reports
Compare
SDC-1186-bugfix-calcq-validation
SDC-1186-bugfix-calcq-validation (base)
and
latest version
latest version
65486758
17 commits,
1 year ago
27 files
+
507
−
56
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
27
Search (e.g. *.vue) (Ctrl+P)
atdb/atdb/settings/dev.py
+
1
−
1
Options
@@ -13,7 +13,7 @@ DATABASES = {
'
ENGINE
'
:
'
django.db.backends.postgresql_psycopg2
'
,
'
USER
'
:
'
atdb_admin
'
,
'
PASSWORD
'
:
'
atdb123
'
,
'
NAME
'
:
'
atdb_ldv_
20nov
202
3
'
,
'
NAME
'
:
'
atdb_ldv_
4jan
202
4
'
,
'
HOST
'
:
'
localhost
'
,
'
PORT
'
:
'
5432
'
,
},
Loading