redpipe icon indicating copy to clipboard operation
redpipe copied to clipboard

optional dependencies and Server loadings

Open fiorenzino opened this issue 6 years ago • 2 comments

we could evaluate in config file to initialize in Server class:

  • config file

I'm thinking about:

  • for "cookies and session" (if we have "cookies": true in config)
  • db client (if we have url or driver_class or db_driver in config)
  • swagger ("swagger": true in config )

What do you think about?

fiorenzino avatar Apr 04 '18 14:04 fiorenzino

I agree, but I'd keep the current defaults, so the config would be useful to disable them.

FroMage avatar Apr 04 '18 14:04 FroMage

Should it continue to be referenced as Swagger or OpenAPI?

rdruss avatar Apr 04 '18 15:04 rdruss