aboutsummaryrefslogtreecommitdiff
path: root/openbills.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openbills.toml')
-rw-r--r--openbills.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbills.toml b/openbills.toml
index 43b1dc4..9a9bc70 100644
--- a/openbills.toml
+++ b/openbills.toml
@@ -14,7 +14,7 @@ url = "https://openbills.vidhukant.com/"
[security]
min_password_length = 12
-max_password_length = 128
+max_password_length = 72
[username]
allowed_characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-_"
@@ -22,5 +22,6 @@ min_username_length = 2
max_username_length = 32
[cryptography]
+password_hashing_cost = 14
auth_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm"
refresh_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm"