MobileServerDatabaseJdbc
The database used by MobileID
Introduction
A database module for MobileID
Configuration
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"
}
}
}Last updated