{
  "name": "payment-service",
  "version": "2.3.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "g5BFXUCo1Oj8MSPbtEiL"
  },
  "jwt_secret": "jPBWPqgrpLnLzuJ79ul9xTQTyl6Y/A+b",
  "api_keys": {
    "stripe": "sk_live_1yMHZBUBeBmzk37y3Sxguv8F",
    "sendgrid": "SG.g1yTfcXevFG8dWxS7NgDOS",
    "twilio_sid": "AC1801b046ff9c415013a01c73b8189518"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}