{
  "name": "payment-service",
  "version": "1.3.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Q3ra0aktorUQGCuY4wR4"
  },
  "jwt_secret": "iSCbSldUGehoM9KsiXkiod6IHymbBvAF",
  "api_keys": {
    "stripe": "sk_live_UTZvJ3YZCf38Lrd4MlMunjiF",
    "sendgrid": "SG.ZFwkZYQhrBvo3w+SUD/zDU",
    "twilio_sid": "ACe23784ebe7683bbaade44fb0db7f363b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}