{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gvQlVFif0kKk5ICuiHgc"
  },
  "jwt_secret": "eVonDZAmc6SOQApa17C2VxgCEC0Isj6u",
  "api_keys": {
    "stripe": "sk_live_GIa5mqgErSzLXQa2I8tikFbe",
    "sendgrid": "SG.Pj2eWqOJ6U9gdw9dsG4Fej",
    "twilio_sid": "AC8cf04fef343198ddce8156bafdb49413"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}