Show / Hide Table of Contents

    Database configuration template JSON

    {
        "info": {
            "title": "Safewhere Identify CLI - Database Connection JSON Configuration",
            "version": "5.15"
        },
        "definitions": {
            "configuratorInformation": {
                "databaseProvider": "MSSQL",
                "databaseServerName": "",
                "databaseLoginUserName": "",
                "databaseLoginUserPassword": "",
                "port": 1433
            }
        }
    }
    
    Back to top Generated by DocFX