{
  "name": "payment-service",
  "version": "1.9.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hABgcQNRxEHHSR9GHojP"
  },
  "jwt_secret": "lj3G+pe0X6CdIaOhZjgqN2M3aXYfb8+f",
  "api_keys": {
    "stripe": "sk_live_8O3kNGm7uHtfVhDkn7iHccO9",
    "sendgrid": "SG.njxHIUAhobaoDfyCVzy+nK",
    "twilio_sid": "ACc3aa929acc8d411c5ffa4ce3103d8267"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}