{
  "name": "auth-service",
  "version": "2.5.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NgfWl5HnXEshMtAefzsl"
  },
  "jwt_secret": "B2KHMe67YMrymhMjkd5/Ndb2QIMSZY/u",
  "api_keys": {
    "stripe": "sk_live_p2qNBEyan6yeh4uothV3Jcsm",
    "sendgrid": "SG.ESsWFjUJYK19Vne0eG7WFl",
    "twilio_sid": "AC1348865fb455904fe1fe6ae59e090419"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}