mirror of https://github.com/jumpserver/jumpserver
9 lines
97 B
Python
9 lines
97 B
Python
|
#!/usr/bin/python
|
||
|
#
|
||
|
databases = [
|
||
|
{
|
||
|
'name': 'TiDB',
|
||
|
'type': 'mysql',
|
||
|
}
|
||
|
]
|