您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

13 行
230 B

  1. {
  2. "name": "authdb",
  3. "module": "dbconnector",
  4. "action": "connect",
  5. "options": {
  6. "client": "sqlite3",
  7. "connection": {
  8. "filename": "/data/authdb.sqlite3"
  9. },
  10. "tz": "utc"
  11. },
  12. "fileName": "authdb.json"
  13. }