qmacro / qmacro.github.io

MIT License
3 stars 4 forks source link

Running non-production CAP services in CF | DJ Adams #66

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Running non-production CAP services in CF | DJ Adams

Running non-production CAP services in CF 15 Apr 2024 | 3 min read Sometimes I want to run test CAP services not only locally, but in the...

https://qmacro.org/blog/posts/2024/04/15/running-non-production-cap-services-in-cf/

pallavjadav commented 2 months ago

Exceptionally crafted and immensely beneficial. An alternative method I employ involves installing the necessary dependency and implementing the following configuration:

cds.requires.auth.[production].restrict_all_services = false

This configuration effectively opens up my service for public access during testing phases.