feat: add azure devops backend (#4427)

This commit is contained in:
Ben Hulan
2020-11-26 04:55:24 -06:00
committed by GitHub
parent 864b3d0410
commit 4e6dc88efb
21 changed files with 1482 additions and 2 deletions

View File

@ -106,6 +106,7 @@ export type Config = {
auth_type?: string;
app_id?: string;
cms_label_prefix?: string;
api_version?: string;
};
media_folder: string;
base_url?: string;