[LNT] r308858 - Put api_auth_token into example config
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 23 18:04:41 PDT 2017
Author: matze
Date: Sun Jul 23 18:04:41 2017
New Revision: 308858
URL: http://llvm.org/viewvc/llvm-project?rev=308858&view=rev
Log:
Put api_auth_token into example config
Commented out so users have to explicitly enable it.
Modified:
lnt/trunk/lnt/lnttool/create.py
Modified: lnt/trunk/lnt/lnttool/create.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/lnttool/create.py?rev=308858&r1=308857&r2=308858&view=diff
==============================================================================
--- lnt/trunk/lnt/lnttool/create.py (original)
+++ lnt/trunk/lnt/lnttool/create.py Sun Jul 23 18:04:41 2017
@@ -33,6 +33,9 @@ profile_dir = %(profile_dir)r
# Secret key for this server instance.
secret_key = %(secret_key)r
+# REST API authentication
+# api_auth_token = 'secret'
+
# The list of available databases, and their properties. At a minimum, there
# should be a 'default' entry for the default database.
databases = {
More information about the llvm-commits
mailing list