Skip to content

Chatbot Dummy Configuration

Ram G Athreya edited this page Aug 19, 2017 · 4 revisions

Instructions

Create a configuration file such as application.properties in the src/main/resources folder with the configuration below.

Please note that using the dummy configuration file can result in some features being unavailable since they may require the requisite API services.

admin.username = admin
admin.password = password

chatbot.baseUrl = http://localhost:8080

chatbot.fb.appSecret = secret
chatbot.fb.verifyToken = token
chatbot.fb.pageAccessToken = access-token
chatbot.slack.botToken = slack-token

cloudant.url = http://dbpedia-chatbot-couchdb
cloudant.username = username
cloudant.password = password
cloudant.chatDB = chatDB
cloudant.feedbackDB = feedbackDB
cloudant.explorerDB = explorerDB

tmdb.apiKey = tmdb-key

wolfram.apiKey = wolfram-key

To run the application go to the project folder in Terminal and execute the following commands:

mvn clean install
mvn spring-boot:run
Clone this wiki locally