diff options
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openbills.toml b/openbills.toml index 567aa00..43b1dc4 100644 --- a/openbills.toml +++ b/openbills.toml @@ -11,3 +11,16 @@ params = "charset=utf8mb4&parseTime=True&loc=Local" title = "OpenBills" description = "Libre Billing Software" url = "https://openbills.vidhukant.com/" + +[security] +min_password_length = 12 +max_password_length = 128 + +[username] +allowed_characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-_" +min_username_length = 2 +max_username_length = 32 + +[cryptography] +auth_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" +refresh_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" |