Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced base64 generator in docs for a website without ads. #861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/_tutorials/serverless/alice-shareable-todolist.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Substitute the values from the variables:
* `hash`: Base64-encoded random 64-byte string, e.g., `qrJagO5NVwOj0FeTmgYSwUN+XXkiQJMWifvrklF53wT55q80Xk8vmEB3kxhtpDnA1WDC893Z9Bh6QcqK********`.
* `block`: Base64-encoded random 32-byte string, e.g., `uwk0duFgn2nYyfu2VzJe+MnWKWQrfKaiZijI********`.

You can generate random values at [generate.plus](https://generate.plus/en/base64).
You can generate random values at [real-generator.com](https://www.real-generator.com/base64).

Make sure the `variables.json` file contains the correct path to `secure-config.json`.

Expand Down
2 changes: 1 addition & 1 deletion ru/_tutorials/serverless/alice-shareable-todolist.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cp secure-config-template.json secure-config.json
* `hash` — случайная строка длиной 64 байта, закодированная с помощью base64, например `qrJagO5NVwOj0FeTmgYSwUN+XXkiQJMWifvrklF53wT55q80Xk8vmEB3kxhtpDnA1WDC893Z9Bh6QcqK********`.
* `block` — случайная строка длиной 32 байта, закодированная с помощью base64, например `uwk0duFgn2nYyfu2VzJe+MnWKWQrfKaiZijI********`.

Сгенерировать случайные значения можно с помощью сайта [generate.plus](https://generate.plus/en/base64).
Сгенерировать случайные значения можно с помощью сайта [real-generator.com](https://www.real-generator.com/base64).

Убедитесь, что в файле `variables.json` указан правильный путь к `secure-config.json`.

Expand Down