Environment Specific Configurations

Hello All,

I`m new to Camunda.

I would like to as for advise, where/how it is appropriate to store my environment dependent configurations ?

JNDI is a good option, but how can I use it on a test environment with
org.camunda.bpm.engine.test.assertions.ProcessEngineTests.runtimeService()

Best Regards,
Yordan

Hi @stelt0,

it depends on your setup. If you have a simple setup then you can provide a config file camunda.cfg.xml for tests. Please have a look at the test-template.

Does this help you?

Best regards,
Philipp