
      # -*- Entry points: -*-
      [paste.app_factory]
      main = jsonstore.store:make_app

      [paste.filter_app_factory]
      method_auth = jsonstore.middleware:make_auth

      [jsonstore.backend]
      mysql = jsonstore.backends.mysql:EntryManager
      sqlite = jsonstore.backends.sqlite:EntryManager
      