{
  "name": "payment-service",
  "version": "2.8.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Ays8i4B3zKg2guE2idgp"
  },
  "jwt_secret": "jXnpIEFPhvVNtE2vfOVcShRxwzZJSvPz",
  "api_keys": {
    "stripe": "sk_live_tTAOZRqcY97kmXoPJ7XAcTYi",
    "sendgrid": "SG.up7n7C1d98IoYM/gQqrX5E",
    "twilio_sid": "ACa1fd7921b7b1db8a09c05af51af42ce9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}