{
  "name": "auth-service",
  "version": "1.2.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TQEBHN8zZLh4gjC2J3IT"
  },
  "jwt_secret": "mPNZDDGMi+6LtL5hwhSUSTbjvB1DZtnx",
  "api_keys": {
    "stripe": "sk_live_DnGtLt4RJ0sYp1loMShB966f",
    "sendgrid": "SG.N1NNmltiZQbLncPLx+rUoi",
    "twilio_sid": "ACd7d078e3b39b70d00530f0a840da821b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}