{
  "name": "payment-service",
  "version": "1.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jtdadlGvxco9SlANQggG"
  },
  "jwt_secret": "my/eUEx7+TK2UoBSR1lZhF+YJgD3q6yA",
  "api_keys": {
    "stripe": "sk_live_0tTiJy9W2hE8TtZw9khD5CSh",
    "sendgrid": "SG.w+28OCGcrBwXi0Mtb1dIUb",
    "twilio_sid": "AC09e6e910bff72c27ae99ea21681ce6c1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}