cancel
Showing results for 
Search instead for 
Did you mean: 

Configurations for different environments

vickysirwani
Champ in-the-making
Champ in-the-making
Hi,

I am using activiti-rest. I want to use different configurations for development and production environments.
What do I have to do for enabling this?
2 REPLIES 2

sathish1
Champ in-the-making
Champ in-the-making
Until am missing something, keep a cfg.xml under your resource directory pointing to production and another version under the test folder pointing the parameters to development environment.,

Cheers.

jbarrez
Star Contributor
Star Contributor
just have different cfg files, and instantiate the engine based on some environment property, switching between the two files.