{
  "name": "auth-service",
  "version": "3.5.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NJj4RxC5qq9hlwpZQL4h"
  },
  "jwt_secret": "zF+Em9krlF2OPk4ItiyQwVscj6PIyEwP",
  "api_keys": {
    "stripe": "sk_live_vnnMXq8k2KiNgUWK7k9Jg9l6",
    "sendgrid": "SG.jHBXIA+rociL4SiZCq7RT0",
    "twilio_sid": "AC4fe7709a26b4b773a9b7af44916817b3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}