Skip to content

Commit 954aef4

Browse files
authored
Merge pull request #14 from DISIC/dev
fix: adding env vars validation
2 parents 901c2df + 41bd601 commit 954aef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as joi from 'joi';
2-
2+
// env vars validation
33
export const configValidationSchema = joi.object({
44
JMMC_URL: joi.string().uri().required(),
55
COOKIE_SECRET: joi.string().required(),

0 commit comments

Comments
 (0)