diff options
author | khilman <khilman@users.noreply.github.com> | 2018-07-24 07:55:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 07:55:15 -0500 |
commit | baf680990ecb539cde0a16ef5b32a7321dd4538a (patch) | |
tree | 5362228f4a266208bacb24f441c9b4c611563388 /README.md | |
parent | ef276f04512f1808ae7e9fbb2e3b904855486462 (diff) | |
parent | 76a084e4d15a1bdd95747d59bd7ffe00cc78f747 (diff) |
Merge pull request #35 from montjoie/token_fix
lavalab-gen.py: token is optional for users
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ masters: persistent_db: True/False (default False) Is the postgres DB is persistent over reboot users: - name: LAVA username - token: The token of this user + token: The token of this user (optional) password: Password the this user (generated if not provided) superuser: yes/no (default no) staff: yes/no (default no) |