Skip to content

Commit

Permalink
preparation for 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Apr 10, 2020
1 parent 4438818 commit dfac8bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added docs/EHRServer_v2.2.doc
Binary file not shown.
Binary file added docs/EHRServer_v2.2.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ languages:

---
stateless:
secretKey: 50e56ace-6b30-44c0-8012-3529a79e3773
secretKey: ${EHRSERVER_REST_SECRET}
expirationTime: 1440 # expiration time in minutes

---
app:
version_repo: versions
commit_logs: commits
opt_repo: opts
allow_web_user_register: false
allow_web_user_register: ${EHRSERVER_ALLOW_WEB_USER_REGISTER}
list_max: 20
version_xsd: xsd/Version.xsd
xslt: xsd/openEHR_RMtoHTML.xsl
Expand Down Expand Up @@ -81,8 +81,8 @@ app:
aws:
accessKey: ${EHRSERVER_S3_ACCESS}
secretKey: ${EHRSERVER_S3_SECRET}
bucket: "ehr-server-test"
region: "us-east-1"
bucket: ${EHRSERVER_S3_BUCKET}
region: ${EHRSERVER_S3_REGION}
folders: # keys of folders in S3
version_repo: "versions/"
commit_logs: "commits/"
Expand Down

0 comments on commit dfac8bb

Please sign in to comment.