From 483020e7d9fd0665b6b90cc7d7f393fe0f48f920 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Mon, 18 Nov 2019 14:12:51 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c7eb0a3..b67f01c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ The project is composed of several modules. - [Maven dependency](https://search.maven.org/artifact/com.google.cloud/google-cloud-dialogflow/0.114.0-alpha/jar) - [Authentication](https://cloud.google.com/docs/authentication/getting-started) - [Transaction Types](https://github.com/OpenBankProject/OBP-API/wiki/Transaction-Requests) + +## Missing information + +If you want to run the code yourself, you'll need to have an *OpenBankProject* account and update the `dialogflow-fun-api/src/main/appengine/app.yaml` file to contain the following (with updated values): + +``` +env_variables: + OPENBANKPROJECT_USERNAME: 'yourUsername' + OPENBANKPROJECT_PASSWORD: 'Bnj0VyuI127SN7yjwfwfet' + OPENBANKPROJECT_CONSUMERKEY: 'c4vkdziyokjfhwekfjhwek50oblsolo5f1g1k2tdyu2' +``` ## Google Resources (for me to remember before the talk)