Mobile Server 1.0
  • MobileServerServerModule
  • MobileServerClientModule
  • MobileServerInternalCA
  • MobileServerDatabaseJdbc
  • MobileServerEnrollment
  • Form-format
Powered by GitBook
On this page
  • Introduction
  • Configuration
  • Configuration
Export as PDF

MobileServerDatabaseJdbc

The database used by MobileID

Introduction

A database module for MobileID

Configuration

Module name: MobileServerDatabaseJdbc

Configuration

This is the configuration.

Name
Description
Default
Mandatory

db_driver

Should be "com.microsoft.sqlserver.jdbc.SQLServerDriver"

N/A

jdbc

The description of the jdbc source. url, username, password

N/A

{
  "name": "MobileServerDatabaseJdbc",
  "config": 
  {
    "db_driver": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
    "jdbc": 
    {
      "url": "jdbc:sqlserver://172.16.238.15:1433;database=databasename;encrypt=false",
      "username": "sa",
      "password": "password"
    }
  }
}

PreviousMobileServerInternalCANextMobileServerEnrollment

Last updated 1 year ago