{
  "name": "auth-service",
  "version": "3.8.27",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "asKQ8MckN8eYLjKa0ImH"
  },
  "jwt_secret": "UyLh4dj97GVpgCyOJRTCpWsZjFZI3oCy",
  "api_keys": {
    "stripe": "sk_live_ah8Dy61RX7jF8TNguAJsi8TN",
    "sendgrid": "SG.xlOrIWpX68QE1nRSwh9UwC",
    "twilio_sid": "AC4b52be2072aa733d98c6d330fb2a41c2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}