⚡ Add a cache layer in auth to speed up auth
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
debug = true
|
||||
|
||||
name = "Goatpass"
|
||||
maintainer = "SmartSheep Studio"
|
||||
|
||||
@ -12,6 +10,10 @@ content = "uploads"
|
||||
|
||||
use_registration_magic_token = false
|
||||
|
||||
[debug]
|
||||
database = false
|
||||
print_routes = false
|
||||
|
||||
[external.firebase]
|
||||
credentials = "dist/firebase-certs.json"
|
||||
|
||||
@ -32,3 +34,4 @@ refresh_token_duration = 2592000
|
||||
[database]
|
||||
dsn = "host=localhost dbname=hy_identity port=5432 sslmode=disable"
|
||||
prefix = "identity_"
|
||||
bolt = "uploads/bolt.db"
|
||||
|
Reference in New Issue
Block a user