{
  "name": "auth-service",
  "version": "2.8.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NNJnwOLwyUQNWaIZNbPs"
  },
  "jwt_secret": "yKimZEPZy7akcYdSqOR6vfEh2gAlOmU3",
  "api_keys": {
    "stripe": "sk_live_l1WAIyam6SdiTSWfZiXpUd4c",
    "sendgrid": "SG.8fG7k2pxwoCWMwoKaE9Ise",
    "twilio_sid": "AC0a92f7a75706ae485dd1d5e201d69e55"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}