summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-07-24 07:55:15 -0500
committerGitHub <noreply@github.com>2018-07-24 07:55:15 -0500
commitbaf680990ecb539cde0a16ef5b32a7321dd4538a (patch)
tree5362228f4a266208bacb24f441c9b4c611563388 /README.md
parentef276f04512f1808ae7e9fbb2e3b904855486462 (diff)
parent76a084e4d15a1bdd95747d59bd7ffe00cc78f747 (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.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)