Skip to content
Snippets Groups Projects
Commit 7133bd8c authored by buczekp's avatar buczekp
Browse files

[LMA-1716] got rid of data-store-server-base-url property in all instances

SVN: 17736
parent be97d409
No related branches found
No related tags found
No related merge requests found
...@@ -42,9 +42,6 @@ session-timeout = 30 ...@@ -42,9 +42,6 @@ session-timeout = 30
# Replaces the one found in the database if SYSTEM_DEFAULT. # Replaces the one found in the database if SYSTEM_DEFAULT.
database-instance = CISD database-instance = CISD
# Base URL of the Data Store Server
data-store-server-base-url = https://localhost:8444
# The URL of the CIFEX server # The URL of the CIFEX server
cifex-url = https://cifex.ethz.ch:443 cifex-url = https://cifex.ethz.ch:443
......
...@@ -41,10 +41,6 @@ crowd.application.password = ...@@ -41,10 +41,6 @@ crowd.application.password =
# The database instance local unique identifier. Used when the new database is created. # The database instance local unique identifier. Used when the new database is created.
database-instance = TEST database-instance = TEST
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url =
# The URL of the CIFEX server # The URL of the CIFEX server
cifex-url = https://cifex.ethz.ch:443 cifex-url = https://cifex.ethz.ch:443
......
...@@ -15,7 +15,7 @@ database.create-from-scratch = false ...@@ -15,7 +15,7 @@ database.create-from-scratch = false
# For debugging set this value to true. # For debugging set this value to true.
database.script-single-step-mode = false database.script-single-step-mode = false
database.url-host-part = database.url-host-part =
database.kind = phosphonetx database.kind = phos
# database.kind = system_test # database.kind = system_test
# database.kind = system_test_strict # database.kind = system_test_strict
# database.kind = system_test_plates_on_demand # database.kind = system_test_plates_on_demand
...@@ -29,7 +29,7 @@ phosphonetx.database.engine = postgresql ...@@ -29,7 +29,7 @@ phosphonetx.database.engine = postgresql
phosphonetx.database.create-from-scratch = false phosphonetx.database.create-from-scratch = false
phosphonetx.database.script-single-step-mode = false phosphonetx.database.script-single-step-mode = false
phosphonetx.database.url-host-part = phosphonetx.database.url-host-part =
phosphonetx.database.kind = dev phosphonetx.database.kind = phos
phosphonetx.database.owner = phosphonetx.database.owner =
phosphonetx.database.owner-password = phosphonetx.database.owner-password =
phosphonetx.database.admin-user = phosphonetx.database.admin-user =
...@@ -44,10 +44,6 @@ crowd.application.password = ...@@ -44,10 +44,6 @@ crowd.application.password =
# The database instance local unique identifier. Used when the new database is created. # The database instance local unique identifier. Used when the new database is created.
database-instance = CISD database-instance = CISD
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url =
# The URL of the CIFEX server # The URL of the CIFEX server
cifex-url = https://cifex.ethz.ch:443 cifex-url = https://cifex.ethz.ch:443
......
...@@ -41,11 +41,6 @@ mail.smtp.password = password ...@@ -41,11 +41,6 @@ mail.smtp.password = password
# The database instance local unique identifier. Used when the new database is created. # The database instance local unique identifier. Used when the new database is created.
database-instance = CISD database-instance = CISD
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url = http://localhost:8889/data_store
# The URL of the CIFEX server # The URL of the CIFEX server
cifex-url = https://cifex.ethz.ch:443 cifex-url = https://cifex.ethz.ch:443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment