update validation schema

This commit is contained in:
Dev Singh 2022-02-04 02:44:48 +00:00
parent aed03369c9
commit 982cb0aa6b

View File

@ -14,7 +14,8 @@
"require_all": true,
"schema": {
"CLIENT_ID": {"type": "string"},
"CLIENT_SECRET": {"type": "string"}
"CLIENT_SECRET": {"type": "string"},
"url": {"type": "string"}
}
}
}