diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index 5dd1bf7..f8a1ab2 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -7,5 +7,7 @@ class Config { public static $dbName = 'quill'; public static $dbUsername = 'quill'; public static $dbPassword = ''; + + public static $jwtSecret = 'xxx'; } |