{
  "name": "payment-service",
  "version": "1.2.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Q7gxZevYxNJC8TIATP8u"
  },
  "jwt_secret": "mvrIZxOuHQdDnoj+dajasdMd6FypCDD6",
  "api_keys": {
    "stripe": "sk_live_y7GoaU1tD531Vs4zQ3pt0cH7",
    "sendgrid": "SG.mK3RENjBsaFZCvJa73XWOZ",
    "twilio_sid": "ACf6c17f1c36a2a3f52894c5130a011be5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}