Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TOAR-II FastAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
esde
toar-data
TOAR-II FastAPI
Commits
3b1294d3
Commit
3b1294d3
authored
3 months ago
by
th3002s
Browse files
Options
Downloads
Patches
Plain Diff
updated credentials
parent
5ac0a2be
No related branches found
No related tags found
2 merge requests
!227
merge dev into testing
,
!226
enable aggregated filtering
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
toardb/test_base.py
+1
-1
1 addition, 1 deletion
toardb/test_base.py
with
1 addition
and
1 deletion
toardb/test_base.py
+
1
−
1
View file @
3b1294d3
...
...
@@ -21,7 +21,7 @@ from toardb.utils.utils import (
get_data_change_access_rights
,
)
url
=
f
"
postgresql://swt_user:...@zam1011
6
.zam.kfa-juelich.de:5433/toardb_test
"
url
=
f
"
postgresql://swt_user:...@zam101
3
1.zam.kfa-juelich.de:5433/toardb_test
"
_db_conn
=
create_engine
(
url
,
pool_pre_ping
=
True
,
pool_size
=
32
,
max_overflow
=
128
)
sess
=
sessionmaker
(
bind
=
_db_conn
,
autoflush
=
False
,
autocommit
=
False
)
...
...
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