{
  "name": "payment-service",
  "version": "3.5.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6mnUDMxeP4YhGqhsVW3d"
  },
  "jwt_secret": "NCBVeK6LfEX+x2dq/ZEf09si2Bo8VzgX",
  "api_keys": {
    "stripe": "sk_live_KNntLse6Me9CbhBMNLiRiUst",
    "sendgrid": "SG.49te4E9nYFdCbYTouw5qLA",
    "twilio_sid": "ACc54d80f60f882cef2a1e3455ba932860"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}