{
  "name": "auth-service",
  "version": "2.5.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fT9RJEBo050jjseArPFb"
  },
  "jwt_secret": "AG4HOnh6/b+HNImMMP9WMNFZ5hSq5prP",
  "api_keys": {
    "stripe": "sk_live_bEa2P8eHW9zDaK0bLCm20Ugv",
    "sendgrid": "SG.zELWE1HbLm4P5jwbrj7VXm",
    "twilio_sid": "AC988c489f26418be464d08ded9cbd83bf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}