{
  "name": "auth-service",
  "version": "2.6.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "W6DZO2DgBvAgxtVXF0Np"
  },
  "jwt_secret": "gmkcP7mCZYwJzIuLu8XVAhY+bfLEE8Xe",
  "api_keys": {
    "stripe": "sk_live_AJEVjihDk6xQ551GLpr2UoHn",
    "sendgrid": "SG.w0+XRpGx63FTBVZQegHbAb",
    "twilio_sid": "AC69f733ff18ae538a7b1f39ed1cda2b91"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}