Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
09f3c890
Commit
09f3c890
authored
13 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-2755 DSS: bug fixed concerning script folder config.
SVN: 24619
parent
0dfa6c44
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rtd_phosphonetx/dist/core-plugins/proteomics/1/dss/data-sources/proteomics-db/plugin.properties
+3
-1
3 additions, 1 deletion
...eomics/1/dss/data-sources/proteomics-db/plugin.properties
rtd_phosphonetx/etc/service.properties
+1
-0
1 addition, 0 deletions
rtd_phosphonetx/etc/service.properties
with
4 additions
and
1 deletion
rtd_phosphonetx/dist/core-plugins/proteomics/1/dss/data-sources/proteomics-db/plugin.properties
+
3
−
1
View file @
09f3c890
...
...
@@ -6,9 +6,11 @@
# First part of the database name. Default value is 'proteomics'.
# proteomics-database-kind
# Second part of the database name. Default value is 'productive'.
# proteomics-sql-root-folder
# Path to root folder of SQL scripts. Default value is an empty string.
#
version-holder-class
=
ch.systemsx.cisd.openbis.etlserver.proteomics.DatabaseVersionHolder
databaseEngineCode
=
postgresql
basicDatabaseName
=
${proteomics-basic-database-name:proteomics}
databaseKind
=
${proteomics-database-kind:productive}
scriptFolder
=
source/
sql/proteomics
scriptFolder
=
${proteomics-sql-root-folder:}
sql/proteomics
This diff is collapsed.
Click to expand it.
rtd_phosphonetx/etc/service.properties
+
1
−
0
View file @
09f3c890
...
...
@@ -9,6 +9,7 @@ storeroot-dir = ${root-dir}/data/store
incoming-root-dir
=
${root-dir}/data
proteomics-database-kind
=
dev
proteomics-sql-root-folder
=
source/
# The directory where the command queue file is located; defaults to storeroot-dir
commandqueue-dir
=
...
...
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