зеркало из https://github.com/mozilla/oldpto.git
record memcache endpoint as an OpenID cache too
This commit is contained in:
Родитель
b489bd7a40
Коммит
503bca1994
|
@ -26,4 +26,10 @@ resource "consul_keys" "config" {
|
|||
value = "${random_id.openid_server_passphrase.b64_url}"
|
||||
delete = true
|
||||
}
|
||||
key {
|
||||
name = "openid_server_memcached"
|
||||
path = "${module.consul.config_prefix}/OpenID/Server/Memcached"
|
||||
value = "${module.cache.endpoint}"
|
||||
delete = true
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче