Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 765 Bytes

env-keys.md

File metadata and controls

28 lines (24 loc) · 765 Bytes
title redirect_to
env-keys
/docs/env-keys-file
You are being redirected to /docs/env-keys-file

Continue

in 4 second(s)

<script> var interval interval = setInterval(function() { var div = document.querySelector("#counter") var count = div.textContent * 1 - 1 div.textContent = count if (count <= 0) { window.location.replace("/docs/env-keys-file") clearInterval(interval) } }, 1000) </script>