Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Add documentation about setting SERVICE_PRIVATE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Remen committed Jun 21, 2017
1 parent 0fd59c1 commit 495365c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ variables:
override:
env:
SERVICE_PUBLIC_KEY: "%{secretary.service.publickey}"
SERVICE_PRIVATE_KEY: /service/keys/service-private-key.pem
container:
volumes:
- containerPath: "/service/keys"
Expand All @@ -212,6 +213,7 @@ An runtime config automatically expanded by Lighter might look like
"DEPLOY_PUBLIC_KEY": "0k+v11LV3SOr+XiFJ/ug0KcPPhwkXnVirmO65nAd1LI=",
"DEPLOY_PRIVATE_KEY": "rEmz7Rt6tUnlC4TKYeNzePYg+p1ePAw4BAtfJAY4zzs=",
"SERVICE_PUBLIC_KEY": "/1fbWGMTaR+lLQJnEsmxdfwWybKOpPQpyWB3FpNmOF4=",
"SERVICE_PRIVATE_KEY": "/service/keys/service-private-key.pem"
"DATABASE_USERNAME": "myservice",
"DATABASE_PASSWORD": "ENC[NACL,SLXf+O9iG48uyojT0Zg30Q8/uRV8DizuDWMWtgL5PmTU54jxp5cTGrYeLpd86rA=]",
"DATABASE_URL": "jdbc:mysql://hostname:3306/schema"
Expand Down

0 comments on commit 495365c

Please sign in to comment.