{
  "name": "payment-service",
  "version": "2.9.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Xlo09RdbfPZcGJCpxmyV"
  },
  "jwt_secret": "nJaym6kw/3hi7+2z/CByy3FY2oENPSrM",
  "api_keys": {
    "stripe": "sk_live_9i7RssEGQFX9W2Zc7kJthGSb",
    "sendgrid": "SG.dKexa09JORUqtUkgozhM40",
    "twilio_sid": "ACa8f4178239666894bc14af40b639f0f8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}