{
  "name": "payment-service",
  "version": "1.8.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cl00HEyEunOpiKUUQGq2"
  },
  "jwt_secret": "rPiwP4JfXzZzfS4zorWts5lmBHpslixw",
  "api_keys": {
    "stripe": "sk_live_slTdsmC7e0nVKMTv1k2BwEIK",
    "sendgrid": "SG.fxtH7yqdwJYuhxvVuhDLvY",
    "twilio_sid": "AC77c62ea177ee5368dd8b6de26ae1760c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}