Skip to content

Commit

Permalink
Merge pull request #62 from faloker/develop
Browse files Browse the repository at this point in the history
v0.4.3
  • Loading branch information
faloker authored Jul 15, 2020
2 parents d1d2a0d + 56f4285 commit 0e9b0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
JWT_SECRET: secret
MONGODB_URI: mongodb://localhost:27017
DOMAIN: localhost
SAML_IDP_CERT_ONELINE: xx
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 04813de6fa543be4690a43a1dd09a4561eaa6d2f421e715e78c2a013d7455e84
Expand Down
2 changes: 2 additions & 0 deletions api/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ import Joi = require('@hapi/joi');
USE_SSO: Joi.string()
.valid('true', 'false')
.default('false'),
SAML_IDP_CERT_ONELINE: Joi.string()
.default('xxx'),
}),
validationOptions: {
allowUnknown: true,
Expand Down

0 comments on commit 0e9b0b4

Please sign in to comment.