{
  "name": "auth-service",
  "version": "2.6.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "447zalrgAYvrtJjLAT0G"
  },
  "jwt_secret": "SXx0LdkVVp6CHi+frQjE3HuXWwEZ+mjT",
  "api_keys": {
    "stripe": "sk_live_Lwn7Vu2JCB4BUVkuLewt9Iit",
    "sendgrid": "SG.V0oEJBINJPYZ5kUm6li5U0",
    "twilio_sid": "AC44bce196aa609f77445e6378ed1cd2cb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}