mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add post install information
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
"config/": "%CONFIG_DIR%/"
|
"config/": "%CONFIG_DIR%/"
|
||||||
},
|
},
|
||||||
"env": {
|
"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_API_URL": "https://apidemo.yousign.fr:8181",
|
||||||
"YOUSIGN_IFRAME_URL": "https://demo.yousign.fr",
|
"YOUSIGN_IFRAME_URL": "https://demo.yousign.fr",
|
||||||
"YOUSIGN_API_KEY": "api_key",
|
"YOUSIGN_API_KEY": "api_key",
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<bg=blue;fg=white> </>
|
||||||
|
<bg=blue;fg=white> Yousign Account </>
|
||||||
|
<bg=blue;fg=white> </>
|
||||||
|
|
||||||
|
* You now need to create a yousign account
|
||||||
|
1. Visit <info>https://demo.yousign.fr/fr/public/api/registration</info>
|
||||||
|
2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in <fg=green>.env</>
|
||||||
Reference in New Issue
Block a user