|
@@ -7,11 +7,13 @@ mnemonic = ""
|
|
# enable_swagger_ui = false
|
|
# enable_swagger_ui = false
|
|
|
|
|
|
[info.http_cache]
|
|
[info.http_cache]
|
|
-backend = "redis"
|
|
|
|
|
|
+# memory or redis
|
|
|
|
+backend = "memory"
|
|
ttl = 60
|
|
ttl = 60
|
|
tti = 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]
|
|
[mint_info]
|