rediOps/docs/config/dot_qaskx.md

775 B

.qaskx file

The .qaskx (dotqaskx) file is normally located in your home directory. The file is a basic, short configuration file for items that are shared across projects, such as your Git details.

A sample file is:

{
    "GitProvider": "git",
    "GitHost": "https://tea.example.com",
    "GitApi": "https://tea.example.com/api/v1",
    "GitOrg": "Wardrobe",
    "GitRepoUser": "meerkat",
    "GitBranch": "main",
    "GitUserEmail": "meerkat@example.com",
    "Organisation": "Witch & Wardrobe",
    "TemplateHost": "",
    "TemplateFolder": "Xtreme/Folder/Template",
    "Name": "Sir Meerkat",
    "ServiceOwner": "Meerkat team, Sydney",
    "ServiceOwnerEmail": "Meerkat.Team@example.com",
    "PrimaryProgramLanguage": "go",
    "LintApiLevel": ""
}