Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Best practice to have different stages (DEV/TEST/INT/PROD) on single machine

I have to host all stages (DEV/TEST/INT/PROD) on one machine,

is the best practice create one folder for each stages and change only the db connection in load script?


thanks

1 Reply
its_anandrjs
Champion III
Champion III

Hi,

Yes you are right use different folders  (DEV/TEST/INT/PROD)  and use different DB connection in different applications in the stages.

Also you can include the DB connection string file as text file.

Ex:-

$(Include=..\..\TataMagnum\Conn.txt);

Here Conn holds Data Base connection string.

Regards

Anand