We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 901c2df + 41bd601 commit 954aef4Copy full SHA for 954aef4
src/config.schema.ts
@@ -1,5 +1,5 @@
1
import * as joi from 'joi';
2
-
+// env vars validation
3
export const configValidationSchema = joi.object({
4
JMMC_URL: joi.string().uri().required(),
5
COOKIE_SECRET: joi.string().required(),
0 commit comments