{
  "name": "payment-service",
  "version": "3.9.4",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "ouVVgnM6WrCudfCv4Va5"
  },
  "jwt_secret": "tucPKg4LcCJEwefSEttkpE9+0kKvxj1n",
  "api_keys": {
    "stripe": "sk_live_12V2NhUhZNYZZ94ywKgXiJms",
    "sendgrid": "SG.TLNQYz2PhiyALE6SUt0uO7",
    "twilio_sid": "AC9ea68f45504299541b84cf9b2ee7f8f7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}