1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00

Merge pull request #110 from biow0lf/master

Fix typo
Этот коммит содержится в:
printercu
2019-02-15 19:25:32 +05:30
коммит произвёл GitHub
родитель 38ee303912 5a93c1efc6
Коммит cea856c928

Просмотреть файл

@@ -103,7 +103,7 @@ To use credentials as config store, add telegram section to credentials instead
`rails credentials:edit`. In this case be aware of that [Rails may not load
credentials in dev environment by default](https://github.com/telegram-bot-rb/telegram-bot/issues/74#issuecomment-384205609).
I suggest not using Rails 5.2 credentials because it can lead to leakage of sesitive data
I suggest not using Rails 5.2 credentials because it can lead to leakage of sensitive data
and it's more difficult to use in multiple environments. See
[secure_credentials](https://github.com/printercu/secure_credentials) gem for better option.