選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

authdb.json 230 B

12345678910111213
  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. }