Sha256: 1d350d3379873adb3a6a64185aea141510e286fb0ea35e536bcd783f04d6530e
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
# Capistrano deployed htpasswd file # # 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. <%= fetch(:nginx_simple_auth_user) %>:<%= fetch(:nginx_simple_auth_password).crypt(fetch(:nginx_simple_auth_salt)) %>:Autogenerated user from capistrano deployment
Version data entries
4 entries across 4 versions & 1 rubygems