{
  "name": "payment-service",
  "version": "1.0.0",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "cV1LJBu2ca0rhlVLvg4t"
  },
  "jwt_secret": "Ya0kzQrt42+zs+fatp0I7kVQWWuslfa1",
  "api_keys": {
    "stripe": "sk_live_zwYsoxbQjnFnK1eklMNU9dth",
    "sendgrid": "SG.gf5yvCvzR9fTEGajNRNPbN",
    "twilio_sid": "ACb4f20ce1b6ca794aa7afef34a960bda6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}