Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffjentry committed Jul 21, 2015
1 parent 3378f10 commit 96b226e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ RUN ["/bin/bash", "-c", "/cromwell/docker/install.sh /cromwell"]

# Add Cromwell as a service (it will start when the container starts)
RUN mkdir /etc/service/cromwell && \
cp /cromwell/src/main/resources/application.conf /etc/cromwell.conf && \
cp /cromwell/docker/run.sh /etc/service/cromwell/run

# FIXME - now need to set the conf file specifically

# These next 4 commands are for enabling SSH to the container.
# id_rsa.pub is referenced below, but this should be any public key
# that you want to be added to authorized_keys for the root user.
Expand Down
11 changes: 0 additions & 11 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ google {
// If "service" you must supply:
// p12File
// serviceAccountId

userAuth {
user = "jgentry"
secretsFile = "/Users/jgentry/.google_client_secret.json"
dataStoreDir = "/Users/jgentry/.jes-google-alpha"
}

serviceAuth {
p12File = "/etc/dsde-dev-a28fabe2a6a3.p12"
serviceAccountId = "806222273987-gffklo3qfd1gedvlgr55i84cocjh8efa@developer.gserviceaccount.com"
}
}

database {
Expand Down

0 comments on commit 96b226e

Please sign in to comment.