update-public-ip/config/example-local.yaml

24 lines
889 B
YAML

# example local.yaml file
# copy to local.yaml and add secrets, ignored by git
# aws: # comment out this key to get default profile
# region: 'us-east-1' # explicitly set AWS region
# sslEnabled: true # override whether SSL is enabled
# maxRetries: 3 # override the number of retries for a request
# timeout: 15000
# accessKeyId: 'my iam key' # can omit access key and secret key
# secretAccessKey: 'my secret' # if relying on a profile or IAM
# profile: aprofile # name of profile from ~/.aws/credentials
# notify:
# services:
# pushsafer:
# k: akey # api key
# d: anid # network admin user or group id
# email:
# credentials:
# user: blah@gmail.com
# pass: apismtppwsuppliedbygoogle
# to:
# - jimshoe@gmail.com
# - imapsuedonym@gmail.com
# subject: 'The subject of all notifiction emails'