AIRAVATA-2316 Adding user profile properties
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/53193fb4 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/53193fb4 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/53193fb4 Branch: refs/heads/develop Commit: 53193fb4d2f81feb79805805afeaba7cb24b40a6 Parents: bd1ada5 Author: Marcus Christie <[email protected]> Authored: Wed Feb 15 14:40:59 2017 -0500 Committer: Anuj Bhandar <[email protected]> Committed: Tue Feb 28 12:55:35 2017 -0500 ---------------------------------------------------------------------- .../server/src/main/resources/airavata-server.properties | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/53193fb4/modules/configuration/server/src/main/resources/airavata-server.properties ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-server.properties b/modules/configuration/server/src/main/resources/airavata-server.properties index fd1449f..6295355 100644 --- a/modules/configuration/server/src/main/resources/airavata-server.properties +++ b/modules/configuration/server/src/main/resources/airavata-server.properties @@ -336,4 +336,11 @@ enable.kafka.logging=false ########################################################################### user.profile.server.host=localhost user.profile.server.port=8961 -user_profile=org.apache.airavata.user.profile.server.UserProfileServer \ No newline at end of file +user_profile=org.apache.airavata.user.profile.server.UserProfileServer +user.profile.catalog.registry.jdbc.url=jdbc:derby:credential-store;create=true;user=airavata;password=airavata +user.profile.catalog.registry.jdbc.driver=org.apache.derby.jdbc.ClientDriver +#user.profile.catalog.registry.jdbc.url=jdbc:mysql://localhost:3306/user_profile_catalog +#user.profile.catalog.registry.jdbc.driver=com.mysql.jdbc.Driver +user.profile.catalog.registry.jdbc.user=airavata +user.profile.catalog.registry.jdbc.password=airavata +user.profile.catalog.validationQuery=SELECT 1
