{
  "name": "auth-service",
  "version": "3.0.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yi3EvqEnACTM4ef1Aaij"
  },
  "jwt_secret": "jLNT6/zvWbuDDK4UYqvlyd2USl1URPS2",
  "api_keys": {
    "stripe": "sk_live_Bimdfs6Q2kt3AV5BIlAVLGpC",
    "sendgrid": "SG.z4w5qLwWOuHsMe3vFyyzJX",
    "twilio_sid": "ACd025f507db72b176eaa36a311f733104"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}