{
  "name": "payment-service",
  "version": "3.4.27",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "duyeXQyia4R1Sit2lBtF"
  },
  "jwt_secret": "hSlUlT88agp8BcE+3olYm3BC3QnYkz5f",
  "api_keys": {
    "stripe": "sk_live_OOiihozNsJCDUy9xfJNxdI6J",
    "sendgrid": "SG.artoEKoNYo3cSm3qvKCnWH",
    "twilio_sid": "AC0511ea3d279ef86dc13d7e73e45e8431"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}