{
  "name": "auth-service",
  "version": "1.0.25",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JMpiotXlKHIobYzblwMg"
  },
  "jwt_secret": "IaoOFDyG+uCeRr5YpbNlbbhrZp11IUZP",
  "api_keys": {
    "stripe": "sk_live_xJtZsWtSIUmQlgVZ4euQXXwC",
    "sendgrid": "SG.5sWOEFzUWRKeLojLuZZYiG",
    "twilio_sid": "ACb21cac49e56e362fc5402a3dbac28150"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}