mynotes_cfg.json 290 B

12345678910111213
  1. {
  2. "srvhost": "0.0.0.0",
  3. "srvport": "3005",
  4. "notes_directory": "notes_folder",
  5. "routes": {
  6. "/list_notes/": "LIST_NOTES",
  7. "/notes/": "VIEW_NOTE",
  8. "/edit/": "EDIT_NOTE",
  9. "/api/" : "API",
  10. "/live_preview/" : "MKDOWN_CONVERT",
  11. "/design_view/" : "DESIGN_VIEW"
  12. }
  13. }