---
npm_registry: https://npm.lab.megabyte.space:443

user_configs: []
# Below is an example of how you can configure the dotfiles for
# different users
# user_configs:
#   - username: "{{ ansible_user | default(lookup('env', 'USER')) }}"
#     git_user_email: your@email.here
#     git_user_name: Full Name
#     netrc_hosts:
#       - machine: surge.surge.sh
#         username: your@email.here
#         password: XXX
#     npm_author_email: your@email.here
#     npm_author_name: Full Name
#     npm_author_url: https://megabyte.space
#   - username: root
#     git_user_email: your@email.here
#     git_user_name: System User
