{
  "name": "auth-service",
  "version": "2.9.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fB1GLOJNGm8bkkbDzVKI"
  },
  "jwt_secret": "skxzCVNLR8uahh34bBw7Qb4MqhYZvIol",
  "api_keys": {
    "stripe": "sk_live_NP6vg1BDfdOmco1jowpsTJ9Y",
    "sendgrid": "SG.vC0wfznGzvE1Ws5M+t9mfN",
    "twilio_sid": "AC8efc8d04fe901094af2822ccfb81b64c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}