diff --git a/README.md b/README.md index 1c5a56f..131f11e 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,11 @@ MIT ``` password={{ pillar['passbolt']['3ec2a739-8e51-4c67-89fb-4bbfe9147e17'] }} ``` + +# YAML Replacement Structure + +If the Passbolt server is not available, for example during local development, file with the following format can replace the Python code mentioned in step 8: +``` +passbolt: + 3ec2a739-8e51-4c67-89fb-4bbfe9147e17: MY_SECRET +```