{
  "name": "auth-service",
  "version": "2.9.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5ih5X1PC7PaRq8VVuei4"
  },
  "jwt_secret": "LxnQpPDHygIEvYOzKJjnfu+0nvgVgFJ2",
  "api_keys": {
    "stripe": "sk_live_0ZKQCO1a2I63eIeY4GzK9pat",
    "sendgrid": "SG.f9cLqccNSYq7BhKfWIVbIO",
    "twilio_sid": "ACeba92c77711e5ea4fcd6516b57ebc963"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}