Current section
Files
Jump to
Current section
Files
priv/templates/adapters/secrets_manager/handle_redis_secrets.ex
## TODO: Replace variables to set redis properties
# defp handle_redis_secrets(secret) do
# ConfigHolder.set(:redis_props, %{port: secret.your_redis_port_variable, host: secret.your_redis_host_variable})
# end