Multiple documentation updates

This commit is contained in:
Šesták Vít
2016-02-23 16:28:32 +01:00
parent e9cdfe4035
commit a7c8661768
7 changed files with 152 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ app{
yssdc{
# Anyone who knows the cron key can start periodic tasks
cronKey="{{ lookup('cron_token', 'play_secret length=64') }}"
cronKey="{{ lookup('password', 'cron_token length=64') }}"
bamboo{
url = …
}