summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-07-24 14:09:59 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-07-24 14:51:52 +0200
commit76a084e4d15a1bdd95747d59bd7ffe00cc78f747 (patch)
tree5362228f4a266208bacb24f441c9b4c611563388 /README.md
parentef276f04512f1808ae7e9fbb2e3b904855486462 (diff)
lavalab-gen.py: token is optional for users
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 66bec8f..4ef1019 100644
--- a/README.md
+++ b/README.md
@@ -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)