You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FrontworkAdminConf.json 216B

1234567891011
  1. {
  2. "httpPort": 8080,
  3. "eventBusConf": {},
  4. "dbConf": {
  5. "client": "sqlite3",
  6. "connection": {
  7. "filename": "/home/cake/frontwork/lib/data/frontworkAdmin.sqlite"
  8. },
  9. "useNullAsDefault": true
  10. }
  11. }