{
  "name": "payment-service",
  "version": "1.7.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "x6x6hoh0Qmf7aRAXU6um"
  },
  "jwt_secret": "UJi8sYdi7Mqc/KBE2GHmHHaJyR9tKbLo",
  "api_keys": {
    "stripe": "sk_live_AAqcXGovbLl4HZuecBlqxMDr",
    "sendgrid": "SG.H7QgG8npL3xCWiHG+pAteR",
    "twilio_sid": "ACf6bc2be177971e0dbc12f2da17914d73"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}