diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-09 11:31:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-09 11:31:08 +0530 |
commit | c3821df233523ab715fdf06d54c142394411c968 (patch) | |
tree | 4f19352740fc5e38b5a8bd98244bafa30e037b1c /openbills.toml | |
parent | d0a44ff5cfad5d063929426e2420f6f0d55b1dbe (diff) |
added logo/signature upload routesv0.10.0
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbills.toml b/openbills.toml index f10f666..0742aaf 100644 --- a/openbills.toml +++ b/openbills.toml @@ -26,3 +26,6 @@ max_username_length = 32 password_hashing_cost = 14 auth_key = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" refresh_key = "22ELjsdlfkjalsdfjalsdjflajsdfljaiOfHn19s0z1WWgsOT9RupghRYrXm" + +[data] +upload_dir = "./data/" |