{
  "name": "payment-service",
  "version": "3.4.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4RBy9JiIRcx7rLNc52RZ"
  },
  "jwt_secret": "x98ywfHqmwtmfauVsuu9JDOpf1HzOxrB",
  "api_keys": {
    "stripe": "sk_live_0wGmhuODq6skeyGHSeuwIhux",
    "sendgrid": "SG.c5+l5+RND08mF4OsVLBMKL",
    "twilio_sid": "AC7ef0b55bbb3196590172d35946fc76fa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}