mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-28 11:25:42 +00:00
9 lines
97 B
Python
9 lines
97 B
Python
#!/usr/bin/python
|
|
#
|
|
databases = [
|
|
{
|
|
'name': 'TiDB',
|
|
'type': 'mysql',
|
|
}
|
|
]
|