Skip to content
Snippets Groups Projects
proof.manager.schema.ts 163 B
Newer Older
import Joi from "joi";

export const pmSchema = Joi.object({
  PROOF_SERVICE_TCP_PORT: Joi.string().required(),
  PROOF_SERVICE_HOST: Joi.string().required(),
});