{
  "name": "payment-service",
  "version": "1.6.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Wrzhc2SaQyn7FhwvasXH"
  },
  "jwt_secret": "EGxZwSIL7uQSglBLk0aUy1YxIoGpbNE6",
  "api_keys": {
    "stripe": "sk_live_iVQBJ8FX17yuznBE06i6foHR",
    "sendgrid": "SG.Q/JmGTGFxcBOBucWVPlCHg",
    "twilio_sid": "ACf3baaff6aa73aefb5ee87eb6edbc19a4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}