{
  "name": "auth-service",
  "version": "2.7.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MDSxNON2i97aqPI1eAh0"
  },
  "jwt_secret": "jbJLs3cxAZ3UM0bfwozSY3id8Gqun5hQ",
  "api_keys": {
    "stripe": "sk_live_5u4UIrwGJRiGtiIqeRs8M1q0",
    "sendgrid": "SG.w8FnC4A+SC3ynXu2WKcOf3",
    "twilio_sid": "AC26abfc5bb74b7a8148f09df50ed6c3be"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}