Skip to content

Commit

Permalink
adding ONEDATA URL option to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
toszep committed Sep 20, 2017
1 parent 4136cc5 commit 04dec83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV IAM_URL 'https://iam-test.indigo-datacloud.eu'
ENV IAM_CLIENT_ID '53b937c5-fd53-4626-9400-8b21838d7de2'
ENV IAM_CLIENT_SECRET 'fcqrPQYZtR-CETMdvxrNoQAKtDw-Qy8hb0ItHd4cX6IJpi6f7124YDYV8SAuL99KfkWMQchQalBP2fJAlhRB7Q'
ENV CMDB_URL 'http://indigo.cloud.plgrid.pl'
ENV ONEDATA_URL 'https://onedata.indigo-datacloud.eu'
ENV MYSQL_ADDRESS 'mysql'
ENV MYSQL_PORT '3306'
ENV MYSQL_DB 'indigo_slam'
Expand Down
1 change: 1 addition & 0 deletions docker/indigo-slam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ java -Dserver.address=0.0.0.0 \
-Dunity.server.clientId=$IAM_CLIENT_ID \
-Dunity.server.clientSecret=$IAM_CLIENT_SECRET \
-Dcmdb.url=$CMDB_URL \
-Donedata.url=$ONEDATA_URL \
-Dprovider.emails=$PROVIDER_EMAIL \
-Djdbc.url=$JDBC_URL \
-Djdbc.username=$MYSQL_USER \
Expand Down

0 comments on commit 04dec83

Please sign in to comment.