40 characters for hmac session secret
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 11 Dec 2019 16:03:25 +0000 (10:03 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 11 Dec 2019 16:03:25 +0000 (10:03 -0600)
examples/development.ini
examples/pgwui.ini

index 9d55a8e70aad5b87dbdf143e59b1fb17780adf0e..057c3e4789625af0f0706acab1d12b68d3f7ece4 100644 (file)
@@ -122,7 +122,7 @@ session.lock_dir = /var/lock/pgwui_server
 session.cookie_expires = True
 session.key = pgwui_server
 # HMAC secret
-#session.secret = xxxxxxrandomstring40characterslongxxxxxxx
+#session.secret = xxxxxxrandomstring40characterslongxxxxxx
 # Send cookie only over https
 # (True for production)
 session.secure = False
index 52b91090442218b0de7f7c854aa73d49cce54d8f..28ee039f2a8b82c42c54da3ff00ecc9d3e75296f 100644 (file)
@@ -109,7 +109,7 @@ session.lock_dir = /var/lock/pgwui_server
 session.cookie_expires = True
 session.key = pgwui_server
 # HMAC secret
-#session.secret = xxxxxxrandomstring40characterslongxxxxxxx
+#session.secret = xxxxxxrandomstring40characterslongxxxxxx
 # Send cookie only over https
 session.secure = True
 # Sessions timeout after an hour if unused.