Переглянути джерело

Apply suggestions from code review

Co-authored-by: thesimplekid <tsk@thesimplekid.com>
C 3 місяців тому
батько
коміт
d673a272aa
1 змінених файлів з 5 додано та 3 видалено
  1. 5 3
      crates/cdk-mintd/example.config.toml

+ 5 - 3
crates/cdk-mintd/example.config.toml

@@ -7,11 +7,13 @@ mnemonic = ""
 # enable_swagger_ui = false
 
 [info.http_cache]
-backend = "redis"
+# memory or redis
+backend = "memory"
 ttl = 60
 tti = 60
-key_prefix = "mintd"
-connection_string = "redis://localhost"
+# `key_prefix` and `connection_string` required for redis
+# key_prefix = "mintd"
+# connection_string = "redis://localhost"
 
 
 [mint_info]