Skip to content

Commit

Permalink
remove access key
Browse files Browse the repository at this point in the history
  • Loading branch information
David Murphy committed Feb 12, 2014
1 parent 16e240b commit 78ce377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdg/ec2-node/files/launch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
IPADDR=$(ip a s | sed -ne '/127.0.0.1/!{s/^[ \t]*inet[ \t]*\([0-9.]\+\)\/.*$/\1/p}')
/opt/jboss/jboss-datagrid-6.2.0-server/bin/standalone.sh -Djboss.bind.address=$IPADDR -Djboss.bind.address.management=$IPADDR -Djboss.jgroups.s3_ping.access_key=AKIAIQBQYQEB5TRIZW2A -Djboss.jgroups.s3_ping.secret_access_key=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
/opt/jboss/jboss-datagrid-6.2.0-server/bin/standalone.sh -Djboss.bind.address=$IPADDR -Djboss.bind.address.management=$IPADDR -Djboss.jgroups.s3_ping.access_key=$S3_ACCESS_KEY -Djboss.jgroups.s3_ping.secret_access_key=$S3_SECRET_ACCESS_KEY

0 comments on commit 78ce377

Please sign in to comment.