diff --git a/pom.xml b/pom.xml index df5387d..3258fe7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.rrekhi1 commonutils - 0.0.2 + 0.0.3 io.github.rrekhi1:commonutils Common artifact for onedatashare repos jar @@ -163,6 +163,16 @@ + + + + + + + + + + @@ -181,5 +191,12 @@ - + + + central + + true + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0cabbc0..a917d41 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,24 +1 @@ spring.application.name=common-service - -# Dropbox config -#dropbox.redirectUri=${redirect.uri}/api/oauth/dropbox -#dropbox.identifier=${ODS_DROPBOX_IDENTIFIER:OneDataShare-DIDCLab} -#dropbox.key=${ODS_DROPBOX_KEY} -#dropbox.secret=${ODS_DROPBOX_SECRET} - -# Google config -#gdrive.appName=OneDataShare -#gdrive.authUri=https://accounts.google.com/o/oauth2/auth -#gdrive.tokenUri=https://accounts.google.com/o/oauth2/token -#gdrive.authProviderUri=https://www.googleapis.com/oauth2/v1/certs -#gdrive.redirectUri=${redirect.uri}/api/oauth/gdrive -#gdrive.projectId=${ODS_GDRIVE_PROJECT_ID} -#gdrive.clientId=${ODS_GDRIVE_CLIENT_ID} -#gdrive.clientSecret=${ODS_GDRIVE_CLIENT_SECRET} - -# Box config -#box.authUri=https://account.box.com/api/oauth2/authorize -#box.scope=root_readwrite -#box.redirectUri=${redirect.uri}/api/oauth/box -#box.clientId=${ODS_BOX_CLIENT_ID} -#box.clientSecret=${ODS_BOX_CLIENT_SECRET}