{
  "name": "payment-service",
  "version": "3.9.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2EIg7xGp2sXtMJjweZy4"
  },
  "jwt_secret": "7K5eug26Z5/8oXiSoYEOK3eUAtV394d/",
  "api_keys": {
    "stripe": "sk_live_aduRimnJVl3BKtX9i4cmeqLh",
    "sendgrid": "SG.cINJhaWZLEdQ3CA9RJWDoU",
    "twilio_sid": "AC027a9a042d93dc962b32d68c2f3533c3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}