mirror of
https://github.com/Sevi-py/tnyr.me.git
synced 2026-04-03 03:00:21 -04:00
delete config.json from repo, so gitignore works (hopefully)
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"environment": {
|
||||
"salt1_var": "SALT1",
|
||||
"salt2_var": "SALT2"
|
||||
},
|
||||
"argon2": {
|
||||
"time_cost": 3,
|
||||
"memory_cost": 65536,
|
||||
"parallelism": 1,
|
||||
"hash_length": 32
|
||||
},
|
||||
"database": {
|
||||
"path": "urls.db"
|
||||
},
|
||||
"id_generation": {
|
||||
"length": 10,
|
||||
"allowed_chars": "abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ123456789"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user