diff options
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbills.toml b/openbills.toml index 9a9bc70..6733c5a 100644 --- a/openbills.toml +++ b/openbills.toml @@ -23,5 +23,5 @@ max_username_length = 32 [cryptography] password_hashing_cost = 14 -auth_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" -refresh_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" +auth_key = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" +refresh_key = "22ELjsdlfkjalsdfjalsdjflajsdfljaiOfHn19s0z1WWgsOT9RupghRYrXm" |