{
  "name": "auth-service",
  "version": "1.7.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CtjpKtpYoHTcVScGeqrq"
  },
  "jwt_secret": "75uJUKL3+XPfIsF1xKjhxdT5Cdh0axRk",
  "api_keys": {
    "stripe": "sk_live_KPqtsMjcX8GpNHAG4zln4NXd",
    "sendgrid": "SG.MDfq9c1Rk7ZiymBzPKqbuJ",
    "twilio_sid": "ACbb72387df6695872debc509364d6840a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}