{
  "name": "payment-service",
  "version": "1.1.5",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "64iN99eKxrham6AcK08A"
  },
  "jwt_secret": "jYTfcni6rtpfNtBd9LfndVfrDCPT98A4",
  "api_keys": {
    "stripe": "sk_live_e0kBlyGG8XbLr5frTcsxhHtU",
    "sendgrid": "SG.P/b2zsC4TsdGe/B0JAhLdq",
    "twilio_sid": "AC440fafc722be4361118e37295f3a74c4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}