{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NfwpAbMnQCoj8hy6yZpM"
  },
  "jwt_secret": "3ToWgve7LtrkTbw2cy8fJzLAoT1lBJbt",
  "api_keys": {
    "stripe": "sk_live_wpBK7XrcMjxWOMdUFGGgca0Q",
    "sendgrid": "SG.+2u+EopbVpH7vfMWZGDCyc",
    "twilio_sid": "ACc49b9a8119781e7ea44a91336d07a910"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}