{
  "name": "payment-service",
  "version": "2.5.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gPMm7eE35JibhRrz4XNE"
  },
  "jwt_secret": "smOuhFK/l1OkESg5ByFWBEgn+Po7QzR5",
  "api_keys": {
    "stripe": "sk_live_V8hDChBD0gXYuOpMSJp6bcId",
    "sendgrid": "SG.whor+b6qSBCkTjpS87fjIS",
    "twilio_sid": "ACf1f46be5c7a47f679459f8979b2c399d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}