{
  "name": "payment-service",
  "version": "1.1.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eIHktWRroifdpzIWJ0DL"
  },
  "jwt_secret": "DBoKuoA0jaIWdkrUiRSBJeeA+ZXMWVk5",
  "api_keys": {
    "stripe": "sk_live_zbeccyZSdnp60v6MQ337Kecg",
    "sendgrid": "SG.wUEZPBihd5EhmB6DBl8pL2",
    "twilio_sid": "ACb1260d81fd49ced4a95d2d4f067ab8a9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}