{
  "name": "payment-service",
  "version": "3.8.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nT5SB6gVh0t9Mh5q46lr"
  },
  "jwt_secret": "R98mG8aAo7TBUv+qi+DElFRnrAJbkWVE",
  "api_keys": {
    "stripe": "sk_live_wnBhDyxhu73SIvIU5qoKEgiF",
    "sendgrid": "SG.HS0l7PfN5vnmz+L4+0jNd3",
    "twilio_sid": "ACe259b174742c38969503ce5b5d132ec8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}