Skip to content

Commit

Permalink
Fix COMANAGE_REGISTRY_EMAIL_FROM environment variable
Browse files Browse the repository at this point in the history
Fix the definition of the COMANAGE_REGISTRY_EMAIL_FROM environment
variable in the services stack file.
  • Loading branch information
skoranda committed Nov 10, 2019
1 parent 354fbb5 commit f3becc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/training/files/comanage-registry-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- COMANAGE_REGISTRY_EMAIL_PORT=465
- COMANAGE_REGISTRY_EMAIL_ACCOUNT=comanagetraining@gmail.com
- COMANAGE_REGISTRY_EMAIL_ACCOUNT_PASSWORD_FILE=/run/secrets/comanage_registry_email_account_password
- COMANAGE_REGISTRY_EMAIL_FROM=comanagetraining@gmail.com
- COMANAGE_REGISTRY_EMAIL_FROM=array('comanagetraining@gmail.com' => 'Registry')
- SHIBBOLETH_SP_ENCRYPT_CERT=/run/secrets/shibboleth_sp_encrypt_cert
- SHIBBOLETH_SP_ENCRYPT_PRIVKEY=/run/secrets/shibboleth_sp_encrypt_privkey
- SHIBBOLETH_SP_SIGNING_CERT=/run/secrets/shibboleth_sp_signing_cert
Expand Down

0 comments on commit f3becc8

Please sign in to comment.