AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Storing variables in configuration file
 
 

Hi,

In my CS topic files, i am calling many external services, the url of each service is different, i want to store them using variables in an external file and use them. How can I do that ?

example:
$$url = ^”\“http://localhost:8090/olap/hierarchy/$client_id/\”“

I want to store the above url in external configuration file? How can i do it?

 

 
  [ # 1 ]

for small numbers you can store it in cs_init.txt as a variable. the file is one per line.  eg

Vvariable1=http://local….
Vvariable2=http:...

for large numbers you can store in tab delimited file and use ^JSONREADCSV

and for huge numbers you can read dynamically from a PostGres or Mongo database.

 

 
  [ # 2 ]

Thanks Bruce for the reply. May I know what is the location of cs_init.txt config file?

 

 
  [ # 3 ]

top level chatscript folder, you have to create this file yourself

 

 
  login or register to react