From 82491c3d7f7f7861dc5fa3270c1eda59bcfc157c Mon Sep 17 00:00:00 2001 From: Picoss Date: Wed, 13 Feb 2019 10:23:06 +0100 Subject: [PATCH] Add post install information --- picoss/yousign-bundle/2.2/manifest.json | 2 -- picoss/yousign-bundle/2.2/post-install.txt | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 picoss/yousign-bundle/2.2/post-install.txt diff --git a/picoss/yousign-bundle/2.2/manifest.json b/picoss/yousign-bundle/2.2/manifest.json index 49193733..f63cabef 100644 --- a/picoss/yousign-bundle/2.2/manifest.json +++ b/picoss/yousign-bundle/2.2/manifest.json @@ -6,8 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "#1": "To create a demo account, visit https://demo.yousign.fr/fr/public/api/registration", - "#2": "YOUSIGN_ENV should be 'demo' or 'prod'", "YOUSIGN_API_URL": "https://apidemo.yousign.fr:8181", "YOUSIGN_IFRAME_URL": "https://demo.yousign.fr", "YOUSIGN_API_KEY": "api_key", diff --git a/picoss/yousign-bundle/2.2/post-install.txt b/picoss/yousign-bundle/2.2/post-install.txt new file mode 100644 index 00000000..9e78ee41 --- /dev/null +++ b/picoss/yousign-bundle/2.2/post-install.txt @@ -0,0 +1,7 @@ + + Yousign Account + + + * You now need to create a yousign account + 1. Visit https://demo.yousign.fr/fr/public/api/registration + 2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in .env \ No newline at end of file