{
  "name": "payment-service",
  "version": "2.8.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0f3QjdfViqCW3ejsdEcc"
  },
  "jwt_secret": "RnhZyIy8+rC1Uw6BLAFcjWnS3jvmzu7h",
  "api_keys": {
    "stripe": "sk_live_Exl3pvR3LeX9oD08EnK2zAYX",
    "sendgrid": "SG.9bgxr3qvbSDNYWou0NdJJ0",
    "twilio_sid": "AC84717a05af6f76fb1fd3ae205c07b1c0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}