{
  "name": "auth-service",
  "version": "1.3.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0pBVCA8r7eeWuvgapO6Y"
  },
  "jwt_secret": "IYaXbsG1jX2Vhf+l2rgT5RzKKHAQWre7",
  "api_keys": {
    "stripe": "sk_live_jVPSTWEskaP6aPKNA9Okgbx9",
    "sendgrid": "SG.+OjEuOihvgDdV9aBEFu+7J",
    "twilio_sid": "ACd0078ce329d780415cb1742c81767743"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}