{
  "name": "auth-service",
  "version": "2.9.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "oRj4V8rbHTrYBl4ugHFc"
  },
  "jwt_secret": "3fMCegel0d5W23SbI0Tf0iB3XRpHhcLF",
  "api_keys": {
    "stripe": "sk_live_U8tSSk27AQVL9j6kXHOuLGPP",
    "sendgrid": "SG.q1EMKrCN5QUQpxAVtk8W/0",
    "twilio_sid": "AC726989591f2f4e087105b527f4014bd1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}