Sha256: f30c4d1804e495ebbb3e2048389c0c7a6edd13750ef0cd1ee1586af082dac8f2
Contents?: true
Size: 464 Bytes
Versions: 9
Compression:
Stored size: 464 Bytes
Contents
# Capistrano deployed htpasswd file # <% c = Capistrano::BaseHelper::get_capistrano_instance %> # # Remember NOT to share your deployment file in case you have sensitive passwords stored in it. # You probably shouldn't use this in production in case your deploy.rb is visible on public sites. <%= c.fetch(:nginx_simple_auth_user) %>:<%= c.fetch(:nginx_simple_auth_password).crypt(c.fetch(:nginx_simple_auth_salt)) %>:Autogenerated user from capistrano deployment
Version data entries
9 entries across 9 versions & 1 rubygems