update validation schema

Former-commit-id: 982cb0aa6b
This commit is contained in:
Dev Singh 2022-02-04 02:44:48 +00:00
parent 7d08194636
commit 40673169b2

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"}
}
}
}