{
  "name": "auth-service",
  "version": "2.4.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cfZgXyQ0MJXpqhH6zvGH"
  },
  "jwt_secret": "kmSvpOQCmfx0Tk/teKuwX5VZIbUZUnE2",
  "api_keys": {
    "stripe": "sk_live_0JV9YcK5ywLb2AJnuDIcfr3y",
    "sendgrid": "SG.Wc1QMTjjdHxj5eIJawoPi2",
    "twilio_sid": "AC7ef5f7cd4424056e3cb42984ba7f86c2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}