Sha256: d9c3043cde63ee175dd0a091a07e0e12ddfc1fffe80d31956eb827ec53227e7c
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
# !!! DO NOT add this file to source control !!! # # Settings in this file override settings in aws_config.yml aws_credentials: aws_access_key_id: <your aws access key id> aws_secret_access_key: <your aws secret access key> server: private_key: | -----BEGIN RSA PRIVATE KEY----- Include the RSA private key here. This should correspond to the keypair indicated by server[:creation_config][:key_name] in aws_config.yml. -----END RSA PRIVATE KEY-----
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elzar-0.2.0 | lib/elzar/templates/aws_config.private.yml |